Re: pcre header_checks

2011-12-07 Thread Marcello Coutinho
Thank you, i'll test and feedback. On Wed, Dec 7, 2011 at 5:33 PM, Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > * Marcello Coutinho : > > some lines from header_check file: > > > > /^from:.*root@/ REJECT [SN046] > > /^from:.*anonymous@*/ REJECT [SN047] > > /^from:.*@ajufe.org.br/ OK

Re: pcre header_checks

2011-12-07 Thread Ralf Hildebrandt
* Marcello Coutinho : > some lines from header_check file: > > /^from:.*root@/ REJECT [SN046] > /^from:.*anonymous@*/ REJECT [SN047] > /^from:.*@ajufe.org.br/ OK > /^from:/ HOLD These match headers > Dec 7 16:57:03 srvchunk01 postfix/cleanup[42501]: 2E1DB2111FE: > warning: header Subject: fw:F

Re: pcre header_checks

2011-12-07 Thread Noel Jones
On 12/7/2011 12:03 PM, Marcello Coutinho wrote: > Hi all, > > I'm new to this list so forgive me if it was already posted here. > > I'm unsing pcre to filter header_checks, but not all rules are working > > /^from:.*root@/ REJECT [SN046] is not working Don't confuse envelope sender as shown in

Re: pcre header_checks

2011-12-07 Thread Marcello Coutinho
some lines from header_check file: /^from:.*root@/ REJECT [SN046] /^from:.*anonymous@*/ REJECT [SN047] /^from:.*@ajufe.org.br/ OK /^from:/ HOLD the *TABLE SEARCH ORDER documentation says:* When a pattern is found that matches the input line, the corresponding action is executed and then the next

Re: pcre header_checks

2011-12-07 Thread Ralf Hildebrandt
* Marcello Coutinho : > Hi all, > > I'm new to this list so forgive me if it was already posted here. > > I'm unsing pcre to filter header_checks, but not all rules are working > > /^from:.*root@/ REJECT [SN046] is not working Define "not working". What kind of mail should it block? Show an exa