On Thu, Oct 12, 2006 at 02:34:32PM -0700, Mark Sapiro wrote:
> Default Mailman settings use a VERP delimiter of '+', not '-'. It is
Not exactly. By default, Mailman expects that the MTA uses a plus, and
not a minus, but it shouldn't be hard-coded. Qmail, for example,
defaults to using a minus as
I've Googled around, and haven't seen anything useful. I'm hoping
someone else can point me in the right direction here.
I'm running Postfix 2.1.5 with the following key definitions:
recipient_delimiter = -
smtpd_authorized_verp_clients = $mynetworks
owner_request_special = no
an
Environment:
# Postfix 2.0.11: main.cf
recipient_delimiter = -
owner_request_special = no
# Mailman 2.1.2: mm_cfg.py
VERP_FORMAT = '%(bounces)s-%(mailbox)s=%(host)s'
VERP_REGEXP = r'^(?P[^-]+?)-(?P[^=]+)=(?P[EMAIL
PROTECTED])@.*$'
VERP_PASSWORD_REMINDERS = Yes
VERP