Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore SPAM keyword in subject header #202

Open
acorey0 opened this issue Apr 23, 2020 · 3 comments
Open

Ignore SPAM keyword in subject header #202

acorey0 opened this issue Apr 23, 2020 · 3 comments

Comments

@acorey0
Copy link

acorey0 commented Apr 23, 2020

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.

@lieser
Copy link
Owner

lieser commented Apr 26, 2020

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.

@acorey0
Copy link
Author

acorey0 commented Apr 28, 2020

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

@ohbobva
Copy link

ohbobva commented Nov 11, 2023

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

**SPAM**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants