David Gibbs wrote:

>I did a bit more digging ... it seems that mail coming in from the GMane
>system is not being parsed correctly by Mailman.

Maybe, but maybe not.

>As a somewhat knee-jerk reaction, I turned on the moderation flag for
>all subscribers to stop the unauthorized posting.
>
>A few minutes ago I got a moderation notification that indicated that a
>message was being posted from '[EMAIL PROTECTED]'.
>
>> As list administrator, your authorization is requested for the
>> following mailing list posting:
>>
>>     List:    [EMAIL PROTECTED]
>>     From:    [EMAIL PROTECTED]
>>     Subject: Re: Making Triggers Resilient
>>     Reason:  Post to moderated list
>
>
>
>The message, however, had not been submitted BY [EMAIL PROTECTED], it
>was submitted from a normal subscriber.
>
>Here's the headers from the message (somewhat scrubbed to protect
>privacy)...
>
>> To: [EMAIL PROTECTED]
>> From: "Buck Calabro" <[EMAIL PROTECTED]>
>> Subject: Re: Making Triggers Resilient
>> Date: Wed, 2 Mar 2005 14:43:43 -0500
>> Lines: 16
>> Message-ID: <[EMAIL PROTECTED]>
>> X-Complaints-To: [EMAIL PROTECTED]
>> X-Gmane-NNTP-Posting-Host: 209-23-60-152.tvc-ip.com
>> X-MSMail-Priority: Normal
>> X-Newsreader: Microsoft Outlook Express 5.50.4922.1500
>> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4925.2800
>> Sender: news <[EMAIL PROTECTED]>
>> X-Gmane-MailScanner: Found to be clean
>> X-Gmane-MailScanner: Found to be clean
>> X-MailScanner-From: [EMAIL PROTECTED]
>> X-MailScanner-To: [EMAIL PROTECTED]
>
>
>The only place that [EMAIL PROTECTED] shows up is in the
>'X-MailScanner-From:' header.
>
>It appears that Mailman is picking up the 'From:' information from the
>wrong header.


How about the envelope sender? You can't tell from those headers what
that was, but I'm guessing that it too is [EMAIL PROTECTED]

>Is this a problem with Gmane or Mailman?

I'd say it's probably Gmane doing this. I guess the first question is
"is [EMAIL PROTECTED] a list member and if so, why?"

You might also check for USE_ENVELOPE_SENDER settings in mm_cfg.py. The
default in Defaults.py should be "USE_ENVELOPE_SENDER = No". Also in
Defaults.py, you should have "SENDER_HEADERS = ('from', None,
'reply-to', 'sender')".

If you remove any "USE_ENVELOPE_SENDER = Yes" from mm_cfg.py and put

SENDER_HEADERS = ('from', 'reply-to', 'sender')

into mm_cfg.py, then envelope sender won't be used at all. That might
help.

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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/
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&amp;file=faq01.027.htp

Reply via email to