-------- Original-Nachricht --------
> Datum: Mon, 26 Oct 2009 12:52:48 -0700
> Von: "William Jordan" <wjor...@tninetwork.com>
> An: postfix-users@postfix.org
> Betreff: Autoresponder - distribution list problem

> Folks,
> 
> We are using the goldfish autoresponder within our PostFix install.  It
> sends out an autoresponse when e-mailing the person directly as expected
> but
> also sends the response when e-mailing a distribution list the person is a
> member of.  So if someone e-mails a distribution list and one of the
> members
> has an autoresponder set-up every on that list gets an autoreponse
> including
> the person who sent the mail.
> 
>  
> 
> This seems to be a configuration issue though as there is no reason it
> should send out an autoresponse for one of the members of the distribution
> list if the mail wasn't sent to them directly.  However, as autoresponse
> doesn't seem to be a native feature of PostFix perhaps this is a
> limitation
> of the solution?
> 
Yes. The solution should fix that. Other auto responders check for various 
header fields and don't send mails if certain headers are there. You could 
contact the developer and maybe ask him to not respond on mails having for 
example (at least) the following headers:
/^x\-spam\-(flag|status):\s+yes/
/^x\-facebook\-notify:/
/^precedence:\s+(bulk|list|junk)/
/^Auto\-Submitted:\s+(yes)/
/^List\-(Id|Post):/
/^(x\-(barracuda\-)?spam\-status):\s+(yes)/
/^(x\-dspam\-result):\s+(spam|bl[ao]cklisted)/
/^(x\-(anti|avas\-)?virus\-status):\s+(infected)/
/^(x\-(avas\-spam|spamtest|crm114|razor|pyzor)\-status):\s+(spam)/
/^(x\-osbf\-lua\-score):\s+[0-9\/\.\-\+]+\s+\[([-S])\]/

Or do it your self. It's not that hard. I just downloaded 1.1 and looked at it. 
It's all written in PHP. Modifying that PHP script should not take more then 5 
to 15 minutes.

>  
> 
> William Jordan
> 
Steve


> IT Manager 
> 

-- 
Neu: GMX DSL bis 50.000 kBit/s und 200,- Euro Startguthaben!
http://portal.gmx.net/de/go/dsl02

Reply via email to