Last active
August 29, 2015 14:19
-
-
Save Crindigo/a38a2587b4e0caac9583 to your computer and use it in GitHub Desktop.
my spamassassin rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| score HTML_FONT_LOW_CONTRAST 2.0 | |
| uri LOCAL_STUPID_TLD /\.(ninja|science|cricket|space|work)(\/|\?|$)/ | |
| score LOCAL_STUPID_TLD 2.0 | |
| body LOCAL_STUPID_TLD2 /\.(ninja|science|cricket|space|work)(\/|\?|\b)/ | |
| score LOCAL_STUPID_TLD2 7.0 | |
| body LOCAL_RANDOM_HEX /[A-Za-z]\.\s*[0-9a-f]{32}/ | |
| score LOCAL_RANDOM_HEX 3.0 | |
| body LOCAL_MUAHZ /Muahz!/ | |
| score LOCAL_MUAHZ 5.0 | |
| rawbody LOCAL_TINY_TEXT /\bsize="1"\b/ | |
| score LOCAL_TINY_TEXT 1.5 | |
| # domain.com/l/ltABCD1234 | |
| uri LOCAL_SPAMMY_URL1 /[a-z]\/l\/lt[A-Z0-9]{10,}/ | |
| score LOCAL_SPAMMY_URL1 2.0 | |
| uri LOCAL_SPAMMY_URL2 /[a-z]\/l\/lt[A-Z0-9]{10,16}\/[A-Z0-9]{16,}/ | |
| score LOCAL_SPAMMY_URL2 7.0 | |
| body LOCAL_HOMEOWNER /dear homeowner/i | |
| score LOCAL_HOMEOWNER 3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment