aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/SMTPDirect.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement SASL and STARTTLS in SMTPDirect.py.Mark Sapiro2016-05-061-0/+30
|
* Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting.Mark Sapiro2016-04-211-1/+2
|
* Added the list name as 'display-name' in added Sender: headers to helpMark Sapiro2011-03-211-3/+4
| | | | mitigate Outlook et al 'on behalf of' displays. Bug #736849.
* Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.Mark Sapiro2010-07-031-3/+19
|\
| * Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz2010-06-291-2/+18
|/ | | | which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824.
* Mailman no longer folds long sub-part headers in multipart messages.Mark Sapiro2009-08-011-2/+4
| | | | | | | | | | | In addition, Mailman no longer escapes From_ lines in the body of messages sent to regular list members, although MTA's may do it anyway. This is to avoid breaking signatures per Bug #265967. Changes include - Message.py, added a Generator class to avoid header folding and an as_string() method wirth a mangle_from_ argument. - Mailbox.py, uses new Message.Generator class. - SMTPDirect.py, uses as_string(mangle_from_=False) to flatten message. - Scrubber.py, removed unused ScrubberGenerator class.
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-6/+7
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* Use original_sender put in msgdata by CookHeaders.py if it's availablemsapiro2005-11-131-1/+1
|
* Log the sender and not list-bounces when non-VERPmsapiro2005-11-121-2/+8
| | | | and mm_cfg.USE_ENVELOPE_SENDER = Yes
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* updated commentsbwarsaw2004-01-221-1/+3
|
* bulkdeliver(): Add a comment about recent alternative interpretations forbwarsaw2004-01-221-1/+4
| | | | munging Sender and Errors-To headers.
* True/False where appropriate.bwarsaw2003-12-011-1/+7
|
* Typosbwarsaw2003-11-271-2/+2
|
* bulkdeliver(): Include the Message-ID in the log message.bwarsaw2003-11-271-4/+6
|
* bulkdeliver(): Rework the SMTP error handling to fix a problembwarsaw2003-11-261-10/+21
| | | | | | | | | | | | | | | described here: http://mail.python.org/pipermail/mailman-developers/2003-November/016119.html The issue is that if we get an SMTPResponseException with a permanent error code, we don't want to add all the recipients to the failures dict, otherwise they'll all score a bounce. That's not appropriate because the message is being rejected by the local smtpd for reasons having to do with the content of the message, not because there's some delivery problem to the recipient. Log all problems now to logs/smtp-failure.
* Backporting from the trunk.bwarsaw2003-04-201-9/+15
|
* Backporting from the trunk.bwarsaw2003-02-081-1/+10
|
* Copyrightbwarsaw2003-01-071-4/+4
|
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-1/+1
| | | | | system call) during the conn.sendmail() call. This just sets the message up to retry later.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+349
'Release_2_1-maint'.