[ mailman-Patches-644810 ] Sendmail mailer in Python

SourceForge.net noreply at sourceforge.net
Tue Sep 30 16:33:06 EDT 2003


Patches item #644810, was opened at 2002-11-27 16:27
Message generated for change (Comment added) made by ppsys
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=644810&group_id=103

Category: mail delivery
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Barrett (ppsys)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sendmail mailer in Python

Initial Comment:
This patch provide a Python implementation (with C 

wrapper) of a Sendmail mailer, if Sendmail is your MTA 

of choice, which removes the necessity of maintining an 

aliases database on your Mailman server. All subject to 

a bunch of conditions most prominent of which is that 

the server has to be pretty much dedicated to MM.



This patch draws on an original contribution by David 

Champion <dgc at uchicago.edu> which is included in 

the contrib directory of the Mailman 2.1b distribution as 

mm-handler.



See the README.SENDMAIL.mailer installed by this 

patch for differences between this and David's Perl 

original and more information of what you are getting into 

if you use this patch.



Versions of the patch for MM 2.0.13 and MM 2.1b5 are 

available.



This patch requires patch 644797 to be installed before 

it.



In the MM build directory say: 



patch -p1 < patch-filename 

----------------------------------------------------------------------

>Comment By: Richard Barrett (ppsys)
Date: 2003-09-30 20:33

Message:
Logged In: YES 
user_id=75166

mailer-2.1.3-0.1.patch is a MM 2.1.3 compatible version of the 

patch

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2003-04-28 14:31

Message:
Logged In: YES 
user_id=75166

mailer-2.1.2-0.1.patch.gz removes support for MM 2.0.13 mail 

aliases from the mailer and is MM 2.1.2 compatible

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2003-02-10 11:50

Message:
Logged In: YES 
user_id=75166

mailer-2.1-0.3.patch is also applicable to MM release 2.1.1



----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2003-01-16 15:30

Message:
Logged In: YES 
user_id=75166

mailer-2.1-0.3.patch and mailer-2.0.13-0.4.patch have VERP 

handling added and a new feature to rejct delivery of mail to 

existing lists by adding the lists names to a 

SUSPENDED_LISTS dictionary variable defined in 

mm_cfg.py. This is  equivalent to deleting list aliases from the 

aliases file, while leaving the list itself in place, in a 

conventional sendmail configuration.

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2003-01-03 18:19

Message:
Logged In: YES 
user_id=75166

the mm_mailer script in mailer-2.1-0.2.patch now handles 

VERP'ed return addresses in bounced mail which I missed in 

the original implementation

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2003-01-02 16:34

Message:
Logged In: YES 
user_id=75166

mailer-2.1-0.1.patch is a revision of the patch for MM 2.1 

compatibility

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2002-12-11 12:16

Message:
Logged In: YES 
user_id=75166

mailer-2.1b6-0.1.patch is MM 2.1b6 compatible. It also folds 

the case of listname and servername for compaiblity with 

MMs naive belief that listnames are case all lower case. 

case "(Email addresses are not case sensitive, but they are 

sensitive to almost everything else :-)"



----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2002-12-03 17:37

Message:
Logged In: YES 
user_id=75166

Fix for permissions related exceptions being generated by the 

subprocess spawned by mm_mailer script

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2002-12-03 17:36

Message:
Logged In: YES 
user_id=75166

Fix for permissions related exceptions being generated by the 

subprocess spawned by mm_mailer script.

----------------------------------------------------------------------

Comment By: Richard Barrett (ppsys)
Date: 2002-11-27 16:29

Message:
Logged In: YES 
user_id=75166

version for MM 2.1b5

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=644810&group_id=103



More information about the Mailman-coders mailing list