On 09/02/2013 02:26 PM, Perry E. Metzger wrote:
> 
> I'm more interested in questions like how I tell Mailman that I'm
> using VERP at all and such. Anything that is on the bounce
> configuration page I can just do through the web interface. :)


Your OP implied that you were doing the actual VERP in Postfix. If that
is the case, it should 'just work' without any Mailman changes at all as
long as your VERPed envelope sender for the LISTNAME list message to
[email protected] looks like

  [email protected]

I.e., Postfix VERP delimiters are '+='. This is parsed by

VERP_REGEXP =
r'^(?P<bounces>[^+]+?)\+(?P<mailbox>[^=]+)=(?P<host>[^@]+)@.*$'


If your VERPed envelope sender is different, you will need to set
VERP_REGEXP in mm_cfg.py to parse it correctly.

Also see the FAQ at <http://wiki.list.org/x/D4CE>.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to