------------------------------------------------------------ revno: 1871 committer: Mark Sapiro <[email protected]> branch nick: 2.1 timestamp: Fri 2021-10-01 20:37:34 -0700 message: Improve doc for VERP_PASSWORD_REMINDERS. modified: Mailman/Defaults.py.in
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2020-06-10 22:04:26 +0000 +++ Mailman/Defaults.py.in 2021-10-02 03:37:34 +0000 @@ -841,7 +841,10 @@ # A perfect opportunity for doing VERP is the password reminders, which are # already addressed individually to each recipient. Set this to Yes to enable -# VERPs on all password reminders. +# VERPs on all password reminders. However, because password reminders are +# sent from the site list and site list bounces aren't processed but are just +# forwarded to the site list admins, this isn't too useful. See comments at +# lines 70-84 of Mailman/Queue/BounceRunner.py for why we don't process them. VERP_PASSWORD_REMINDERS = No # Another good opportunity is when regular delivery is personalized. Here
_______________________________________________ Mailman-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-checkins.python.org/ Member address: [email protected]
