[Mailman-Users] Tip for finding in the source

Oliver Schulze L. oliver at samera.com.py
Sat Mar 18 09:11:01 CET 2006


Hi Mark,
one couple of last questions,

- Does msg.get('x-spam-flag') reads the email header or does it
  reads a status/property that is from mailman?
- how do I create a new configuration option? Just tell what directory
  to read ;) I'm planning adding this option:
  send_bounced_email_to_owner = never | ifnotspam | always

Many thanks for your help
Oliver

Mark Sapiro wrote:
> you need something like
>
>             if msg.get('x-spam-flag') <> 'YES':
>                 nmsg.attach(MIMEMessage(msg))
>   

-- 
Oliver Schulze L.
<oliver at samera.com.py>




More information about the Mailman-Users mailing list