Header rulename from:addr =~ /.*+.*\@/ Should match an email with a plus one the left hand side.
On Sat, Dec 26, 2020, 18:11 Kenneth Porter <[email protected]> wrote: > I usually sign up for a web service using a "plussed" address like > [email protected]. (My server also recognizes a dot > instead > of a plus, to deal with broken websites that won't allow me to use a plus > in my email address.) I use procmail rules on my server to filter messages > from them into different folders. I'd like to give a point of spam > "forgiveness" to some sites (I've noticed some political begging letters > are bumping over the 5.0 limit), and a big bonus score to those who've > abused my address and handeded it out to others (or for those whose site > has been compromised). What should the rule look like for that? > >
