Re: [Mailman-Users] Can confirmation messages use custom Received: headers?

2014-03-15 Thread Mark Sapiro
Mark Sapiro wrote: > The attached patch is an example of how this could be done. Here's an updated patch. The only difference is it uses email.Utils.formatdate() instead of strftime() to create the date/time string. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Cal

Re: [Mailman-Users] Configuration of New Mailman Instance

2014-03-15 Thread Mark Sapiro
On 03/15/2014 10:45 AM, Mark Sapiro wrote: > > If your only issue is P's "user unknown in relay recipient table" see > for how to get Mailman to write > it's virtual-mailman file which can be used as relay_recipient_maps on P. Ooops... copy/paste error. That should be ... see

Re: [Mailman-Users] Configuration of New Mailman Instance

2014-03-15 Thread Mark Sapiro
On 03/14/2014 03:12 PM, Paul Crown wrote: > > My scenerio: > > Server W is running Apache2, and my initial config has > http://lists.mydomain.com letting me login as admin and create new lists. > Server P is running Postfix > Server R is my mail-relay for outbound SMTP traffic unique to this doma

Re: [Mailman-Users] Can confirmation messages use custom Received: headers?

2014-03-15 Thread Mark Sapiro
On 03/14/2014 02:42 PM, Yan Juras wrote: > > I was looking at the Spamcop FAQ and noticed a brief comment about the > Received headers that some webmail interfaces add that list the IP address of > the client that used HTTP to submit the email via a webmail GUI, for example: > > Received: from

Re: [Mailman-Users] Reducing false positives with spam markings with Gmail, etc.

2014-03-15 Thread Mark Sapiro
On 03/14/2014 03:16 PM, Cedric Knight wrote: > > There are hints about this change at Gmail at > , > that it might be a result of the "Precedence: bulk" header added to > administrivia messages. Most Mailman generate

Re: [Mailman-Users] 'Dynamic' footer

2014-03-15 Thread Rodti MacLeary
On 13 Mar 2014, at 15:28, Mark Sapiro wrote: > For Mailman 2.1, the Mailman/Handlers/Decorate.py module (called by > SMTPDirect.py during outgoing message processing) augments the > replacement dictionary for headers and footers from a 'decoration-data' > dictionary in the messages metadata if i