diff options
author | Mark Sapiro <mark@msapiro.net> | 2021-10-01 20:37:34 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2021-10-01 20:37:34 -0700 |
commit | 6cc831d90d9e22091c05f49e54502d188f7f0712 (patch) | |
tree | a2b88e51b67f44281279acbdc6b04836d3711d9c /Mailman | |
parent | 61bc9dd01f3bafa9c5f9687b34fb20e9beace5cd (diff) | |
download | mailman2-6cc831d90d9e22091c05f49e54502d188f7f0712.tar.gz mailman2-6cc831d90d9e22091c05f49e54502d188f7f0712.tar.xz mailman2-6cc831d90d9e22091c05f49e54502d188f7f0712.zip |
Improve doc for VERP_PASSWORD_REMINDERS.
Diffstat (limited to 'Mailman')
-rwxr-xr-x | Mailman/Defaults.py.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index fea5dcf1..765d705c 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -841,7 +841,10 @@ VERP_PROBES = No # 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 |