dkim_verifier icon indicating copy to clipboard operation
dkim_verifier copied to clipboard

Ignore SPAM keyword in subject header

Open acorey0 opened this issue 4 years ago • 3 comments

My ISP's spam scoring system alters high-scoring emails by adding the score to the Subject header. For example: Subject: ****SPAM:13.5**** Kate Winslet’s Latest Investment Has The Government And Big Banks Terrified.

I don't know how common a scenario this is, but if DKIM validation fails I would like to know whether it would pass without the ****SPAM:13.5**** . Because the inserted string is not fixed, I would probably have to specify it using a regex or similar.

acorey0 avatar Apr 23 '20 22:04 acorey0

I also don't know how common this is. Note that unless there will be more people requesting something like this, the priority to implement this will be rather low.

Have you looked if your server makes a DKIM verification, and saves the result in the Authentication-Results header? In that case enabling the reading of the ARH header may already achieve what you want.

lieser avatar Apr 26 '20 13:04 lieser

Thanks for the suggestion. They don't add Authentication-Results, but that's another enhancement I could suggest.

acorey0 avatar Apr 28 '20 09:04 acorey0

Yes, it would be nice to optionally ignore the SPAM tag in the email subject. In my case it's:

**SPAM**

ohbobva avatar Nov 11 '23 00:11 ohbobva