Re: Check equal headers

2019-05-20 Thread Jari Fredriksson
> Giovanni Bechis kirjoitti 20.5.2019 kello 17.00: > > Hi, > in a rule I would like to check if "From:" != "Reply-To:", is this possible > without writing any code or should I add a new function in HeaderEval ? > Thanks & Cheers > Giovanni > Hello! I have this in my

Check equal headers

2019-05-20 Thread Giovanni Bechis
Hi, in a rule I would like to check if "From:" != "Reply-To:", is this possible without writing any code or should I add a new function in HeaderEval ? Thanks & Cheers Giovanni

Re: LOCALPART_IN_SUBJECT does not hit

2019-05-20 Thread RW
On Mon, 20 May 2019 11:57:42 +0200 Tobi wrote: > Hi list > > We have the case that the LOCALPART_IN_SUBJECT rule should match upon > a message, but it doesn't. After checking the message we found that > if we replace the UTF8 encoded subject header with a plain ascii > containing the relevant

LOCALPART_IN_SUBJECT does not hit

2019-05-20 Thread Tobi
Hi list We have the case that the LOCALPART_IN_SUBJECT rule should match upon a message, but it doesn't. After checking the message we found that if we replace the UTF8 encoded subject header with a plain ascii containing the relevant string for LOCALPART_IN_SUBJECT it suddenly matches. >