[Mailman-Users] Users subscribe with their emails being classifiedin the Subject field

Mark Sapiro msapiro at value.net
Wed Oct 25 03:19:24 CEST 2006


Starkey, Joel wrote:

>Many of our subscribers cannot reply to the confirmation email to
>confirm their subscription/unsubscription as their emails are being
>classified on the way out of their email gateway. This is occurring in
>both Government and Industry associations. I have seen these in various
>format which have included:
>
> 
>
>Subject: confirm f901053f30c0fe1b3050899370ed960e6303a68e [SEC:UNCLASSIFIED]
<snip>

>Has anyone come across this before and does anybody have a fix for this
>so Mailman accepts and processes the confirmation. As currently if this
>occurs mailman returns an "unprocessed" email.


Set

VERP_CONFIRMATIONS = Yes

in mm_cfg.py. This will cause the confirm token to be added to the
From: address of the confirmation as in

From: list-confirm+f901053f30c0fe1b3050899370ed960e6303a68e at example.com

When the reply is sent to
list-confirm+f901053f30c0fe1b3050899370ed960e6303a68e at example.com, the
token is extracted from the To: header and the confirmation is
processed without examining the Subject: header (which contains a
'friendlier' subject) at all.

Notes -

Pre Mailman 2.1.6, VERP_CONFIRMATIONS applied only to invitations.

See the settings for VERP_CONFIRM_FORMAT and VERP_CONFIRM_REGEXP if
your MTA doesn't like the '+' delimiter.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list