[112438] in North American Network Operators' Group
Re: Yahoo and their mail filters..
daemon@ATHENA.MIT.EDU (Suresh Ramasubramanian)
Thu Feb 26 09:39:44 2009
In-Reply-To: <alpine.LSU.2.00.0902261354550.4546@hermes-2.csi.cam.ac.uk>
Date: Thu, 26 Feb 2009 20:09:30 +0530
From: Suresh Ramasubramanian <ops.lists@gmail.com>
To: Tony Finch <dot@dotat.at>
Cc: nanog@nanog.org
Errors-To: nanog-bounces@nanog.org
On Thu, Feb 26, 2009 at 7:27 PM, Tony Finch <dot@dotat.at> wrote:
> Mailman's bounce parser is clever enough that there's no manualarity.
>
> AOL's ARF redaction also causes problems identifying problem .forwarders.
> I don't understand what they are trying to defend against.
If you want to enable verp with mailman and exim ..
# Use VERP with mailman
VERP_PASSWORD_REMINDERS = 1
VERP_PERSONALIZED_DELIVERIES = 1
VERP_DELIVERY_INTERVAL = 1
VERP_CONFIRMATIONS = 1
That takes care of what you want.
-srs