Last active
November 22, 2023 19:15
-
-
Save TheLazyGeekGuy/17acd8665c95f057264428d4454c9592 to your computer and use it in GitHub Desktop.
Apache SpamAssassin Liste Francais
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
| ##################################################################################### | |
| ##################################################################################### | |
| header FR_REVENTESOCIETE Subject =~ /\(revendre|céder|vendre) (.*)(société|entreprise|activité)\b/i | |
| describe FR_REVENTESOCIETE French: selling company. | |
| lang fr describe FR_REVENTESOCIETE Vente societé par Carole Laurent | |
| score FR_REVENTESOCIETE 4 | |
| header FR_ENERGIE Subject =~ /\(électricité|kWh|énergie|concurrence|Hausse) (.*)(électricité|augmente|concurrence)\b/i | |
| describe FR_ENERGIE French: selling compagny. | |
| lang fr describe FR_ENERGIE Vente energie par Carole Laurent | |
| score FR_ENERGIE 4 | |
| body FR_CAROLELAURENT /\bCarole (.*)LAURENT\b/i | |
| describe FR_CAROLELAURENT French: spammer. | |
| lang fr describe FR_CAROLELAURENT | |
| score FR_CAROLELAURENT 4 | |
| header FR_PERTEPOIDS Subject =~ /\(perte|poids|gélules) (.*)(poids|perdu|maigrir)\b/i | |
| describe FR_PERTEPOIDS French: selling pills. | |
| lang fr describe FR_PERTEPOIDS Vente gellules minceure | |
| score FR_PERTEPOIDS 4 | |
| ##################################################################################### | |
| ##### END FRENCH SPECIFIC SPAMASSASSIN RULES. | |
| ##################################################################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment