Re: Rule to catch a certain email adress?

2019-11-28 Thread Axb

On 2019-11-28 13:43, Anders Gustafsson wrote:

Assume I want to give extra points to e-p...@pedago.fi? This is our
adress as given on our wesite so many spammers harvest that. I waht to
bump it sligtly, but have been unable to write a regexp that catches it.
Can anyone help?



this could work:

blacklist_to e-p...@pedago.fi

# SET SCORE TO WHATEVER YOU WANT
score USER_IN_BLACKLIST_TO  3.0

h2h


Rule to catch a certain email adress?

2019-11-28 Thread Anders Gustafsson
Assume I want to give extra points to e-p...@pedago.fi? This is our
adress as given on our wesite so many spammers harvest that. I waht to
bump it sligtly, but have been unable to write a regexp that catches it.
Can anyone help?


>>> RW  2019-11-28 03:30 >>>
On Wed, 27 Nov 2019 12:59:47 +0100
Tobi  wrote:

> Hi,
> 
> is there any specific reason why the two tags mentioned in subject
are
> not set in SA? It took me a while to find out why an askdns test was
> not running. The test relies on _LASTEXTERNALRDNS_ but after running
> with ‑‑debug I found that those tags are not set by SA.


What version are you running? I just tried adding _LASTEXTERNALRDNS_ 
in
a header on 3.4.2 and it worked.