I've already written code that filters the messages on their way to the
archiver, substituting based on regular expressions.  It does this in the
Queue/ArchRunner.py file, in just about the last spot before the actual
archiver gets called.  It can't go in the archiver, because it needs to be
able to read the mlist variable for configuration and such.  I need to be
able to use a regular expression to substitute in a snippet of html code.
This could be used for several things, but my intention is to use it to add
an img tag.  Is there a way to configurably get around the html-sanitizing
done by the archiver in some non-kludge way?

TIA,
Laurence

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to