[Mailman-Developers] VERP_DELIVERY_INTERVAL = 10 ?

2002-01-07 Thread Fil
Hi, I'm currently using Mailman version: 2.1a3+ I have set VERP_PASSWORD_REMINDERS = 1 VERP_PERSONALIZED_DELIVERIES = 1 VERP_DELIVERY_INTERVAL = 10 but the messages sent seem to never be VERP'ed, not even one in ten sent. What have I missed? (It VERPs everything when I set VERP_DELIVERY_INTE

[Mailman-Developers] a bug in updating to current cvs :

2002-01-07 Thread Fil
Traceback (most recent call last): File "bin/update", line 531, in ? errors = main() File "bin/update", line 413, in main errors = errors + dolist(listname) File "bin/update", line 183, in dolist mlist = MailList.MailList(listname, lock=0) File "/home/mailman/Mailman/MailList.

[Mailman-Developers] Mailman/Defaults.py is not updated?

2002-01-07 Thread Fil
Bug in Mailman version 2.1a4+ We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File "/home/mailman/scri

[Mailman-Developers] bin/config_list not working as expected (in current CVS)

2002-01-07 Thread Fil
Hi, I tried to # cat > toto bounce_score_threshold = 4.0 bounce_info_stale_after = 15 bounce_you_are_disabled_warnings = 3 bounce_you_are_disabled_warnings_interval = 15 # bin/config_list -i toto listname (no error) then go to http://SERVER/mailman/admin/listname/bounce just to find that bo

Re: [Mailman-Developers] bin/config_list not working as expected (in current CVS)

2002-01-07 Thread Fil
Sorry: let's be more precise. The data are lost somewhere in the web interface... here's the full story: # bin/config_list -i toto listname # bin/config_list -o - listname | grep bounce | grep -v ^# bounce_processing = 1 bounce_score_threshold = 4.0 bounce_info_stale_after = 15 bounce_you_are_di

Re: [Mailman-Developers] a bug in updating to current cvs :

2002-01-07 Thread Ousmane Wilane
> "Fil" == Fil <[EMAIL PROTECTED]> writes: || file found', templatefile) IOError: [Errno 2] No template file || found: 'emptyarchive.html' make: *** [update] Erreur 1 I think that this one is my fault if you use FR as default Lang, FR templates aren't updated yet, I'll manage to do it

Re: [Mailman-Developers] a bug in updating to current cvs :

2002-01-07 Thread Barry A. Warsaw
I hadn't thought about the situation where your default site language is not 'en' and the language which /is/ your site language is missing a template. Mailman should always fall back to the English template as a last resort. Can you try this (untested) patch -- before Ousmane checks in the Fre

Re: [Mailman-Developers] a bug in updating to current cvs :

2002-01-07 Thread Barry A. Warsaw
> "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes: BAW> Can you try this (untested) patch -- before Ousmane checks in BAW> the French emptyarchive.html file? I'm in a meeting so I BAW> can't test this yet myself, but I will later tonight. If it BAW> works, I'll check thi

Re: [Mailman-Developers] Mailman/Defaults.py is not updated?

2002-01-07 Thread Barry A. Warsaw
> "F" == Fil <[EMAIL PROTECTED]> writes: F> Bug in Mailman version 2.1a4+ F> We're sorry, we hit a bug! F> If you would like to help us identify the problem, please email F> a copy of this page to the webmaster for this site with a F> description of what happened. Than

Re: [Mailman-Developers] bin/config_list not working as expected (in current CVS)

2002-01-07 Thread Barry A. Warsaw
> "F" == Fil <[EMAIL PROTECTED]> writes: | I tried to | # cat > toto | bounce_score_threshold = 4.0 | bounce_info_stale_after = 15 | bounce_you_are_disabled_warnings = 3 | bounce_you_are_disabled_warnings_interval = 15 | # bin/config_list -i toto listname |