Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Victor Duchovni
On Fri, Jan 21, 2011 at 12:11:38AM +0800, Joe Wong wrote: > shortly, I don't want to bounce the message if it was tagged as spam by > SpamAssassian. So, I was looking for a way not to bounce if X-SPAM-Flag: yes > in found in the message. any thought? You should not have many such bounces, because

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Joe Wong
shortly, I don't want to bounce the message if it was tagged as spam by SpamAssassian. So, I was looking for a way not to bounce if X-SPAM-Flag: yes in found in the message. any thought? thanks, - Joe On Thu, Jan 20, 2011 at 8:33 PM, /dev/rob0 wrote: > On Thu, Jan 20, 2011 at 04:50:30PM +0800

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread /dev/rob0
On Thu, Jan 20, 2011 at 04:50:30PM +0800, Joe Wong wrote: > I would like to know if there is possible to configure postfix not > to bounce a message if it contain certain header in the message? I > tried adding -o header_checks option to the bounce process in > master.cf, does not seems picking

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Ralf Hildebrandt
* Joe Wong : > Hi if that header only presents in the original message but no the BOUNCE > message itself, should be ok? No, since you can only filter the bounce away. > But in this case I am checking that header in the BOUNCE MESSAGE mail > body? > > - Joe > > > On Thu, Jan 20, 2011 at 4:59

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Joe Wong
Hi if that header only presents in the original message but no the BOUNCE message itself, should be ok? But in this case I am checking that header in the BOUNCE MESSAGE mail body? - Joe On Thu, Jan 20, 2011 at 4:59 PM, Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > * Joe Wong : > > He

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Ralf Hildebrandt
* Joe Wong : > Hello, > > I would like to know if there is possible to configure postfix not to > bounce a message if it contain certain header in the message? I tried adding > -o header_checks option to the bounce process in master.cf, does not seems > picking up my header check pcre config. Yo