On Thu, Jun 01, 2006 at 09:56:06PM -0700, Mark Sapiro wrote: > > [EMAIL PROTECTED] > > That's a VERP probe.
ok. > > - is there a `mailman_display_config' command which would return the > > *actually used* mailman configuration (maybe I am looking at the > > wrong config file or Defaults.py file) ? > > > No. Could be handy :) > mm_cfg.py should be in the same directory as Defaults.py unless this is > a Debian thing. [EMAIL PROTECTED]:~$ ls -la /usr/lib/mailman/Mailman/{mm_cfg.py,Defaults.py} -rw-r--r-- 1 root list 54457 Mar 29 21:58 /usr/lib/mailman/Mailman/Defaults.py lrwxrwxrwx 1 root root 22 May 3 09:19 /usr/lib/mailman/Mailman/mm_cfg.py -> /etc/mailman/mm_cfg.py they are, but the local admin configurable part is really stored in /etc/mailman, as per standard policy. Modifying stuff in the system is not really Debian's cup of tea, which has its reasons. > You seem to have edited out quite a bit of the grep result :-) yep. > Your choices are: I will simply configure the probes to use the `=' character, which is the equivalent of `+' here. As long as the probes are sent in this hexadecimal format (and not in the user=host.ch format) it should work. Am I right that the probes are always sent in the hexadecimal format, and thus that the variables to set in mm_cfg.py are: VERP_PROBE_FORMAT = '%(bounces)s=%(token)s' VERP_PROBE_REGEXP = r'^(?P<bounces>[^+]+?)\=(?P<token>[EMAIL PROTECTED])@.*$' I shall assume that for everything else as probes, the bug doesn't exist and no probes will be sent as long as the config is set to 0 or No. If you confirm the above, I will report this as a Debian bug, so that the maintainer knows about this and less people complain for this issue. Thank you for your useful help, indeed! ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp