Ticket #5686 defect closed fixed

Opened 12 months ago

Last modified 12 months ago

SMTP Client 11 (smtpclient-11.tac) throws AttributeError exception

Reported by: argonemyth Owned by: itamar
Priority: normal Milestone:
Component: mail Keywords: documentation tutorial easy
Cc: jesstess, fei@… Branch:
Author: Launchpad Bug:

Description

Well, that's because a mxRecord instance no longer has the 'exchange' attribute - should replace 'mxRecord.exchange' with 'mxRecord.name'.

It will be quick. Let me fix it first (before updating the whole SMTP client tutorial), so people can have a working SMTP client.

Attachments

smtpclient11-fix-20120524.patch Download (1.0 KB) - added by argonemyth 12 months ago.

Change History

1

Changed 12 months ago by argonemyth

  • cc fei@… added
  • keywords documentation tutorial review added; documentation, tutorial, removed
  • component changed from core to mail
  • owner argonemyth deleted

Updated the tac and doc files (see patch mtpclient11-fix-20120524.patch), smtpclient-11.tac should be a working client now.

(Oops, forgot to change the component when I created the ticket!)

Changed 12 months ago by argonemyth

2

Changed 12 months ago by itamar

  • owner set to itamar
  • keywords review removed

Looks good; I'll merge.

3

Changed 12 months ago by itamarst

  • status changed from new to closed
  • resolution set to fixed

(In [34433]) Apply 5686 patch: Use correct attribute in MXCalculator example.

Author: argonemyth Review: itamar Fixes: #5686

Note: See TracTickets for help on using tickets.