[Mailman-Developers] [ mailman-Patches-645513 ] qmail VERP-enabled delivery handler

SourceForge.net noreply at sourceforge.net
Tue Jan 7 12:46:00 EST 2003


Patches item #645513, was opened at 2002-11-29 15:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=645513&group_id=103

Category: mail delivery
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Colin Palmer (tzs)
Assigned to: Nobody/Anonymous (nobody)
Summary: qmail VERP-enabled delivery handler

Initial Comment:
This is based on Peter D. Gray's popen-avoiding
Sendmail.py module, tweaked so it can use qmail-inject
instead of sendmail and ask qmail to do VERP when the
message is delivered, which is much faster than getting
Mailman to do it at message injection time.

You'll need the following in mm_cfg.py:
DELIVERY_MODULE = 'Qmail'
SENDMAIL_CMD = '/var/qmail/bin/qmail-inject'
DO_QMAIL_VERP = 1


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

>Comment By: Colin Palmer (tzs)
Date: 2003-01-08 09:46

Message:
Logged In: YES 
user_id=658762

Oops, should have been comparing it's function with
'SMTPDirect' as well as 'Sendmail'... this version should
work a lot better.  It doesn't support personalisation or
mailman-generated VERP headers, but should do everything
else now.  Read the the comments at the top of the module
for things that need to be in mm_cfg.py for it to work.

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

Comment By: Ed Lau (edlau)
Date: 2002-12-25 13:32

Message:
Logged In: YES 
user_id=675094

Running as listed except DO_QMAIL_VERP = 0, messages don't
appear to have the footer tacked on at the bottom. 
Everything else (header-wise) seems there.

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

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



More information about the Mailman-Developers mailing list