Line 219: |
Line 219: |
| '''Whitelist and Blacklist''' | | '''Whitelist and Blacklist''' |
| | | |
− | If mail comes in and it is misclassified as spam, you can add the sender to the whitelist so that future messages coming in from that sender are not filtered. | + | If mail comes in and it is misclassified as spam (and moved to the junkmail folder when that feature is enabled), you can add the sender to the whitelist so that future messages coming in from that sender are not filtered. |
| | | |
| Conversely, you can add a spammer to the blacklist so you never see their spam again. | | Conversely, you can add a spammer to the blacklist so you never see their spam again. |
Line 226: |
Line 226: |
| db spamassassin setprop wbl.global *@vonage.com White | | db spamassassin setprop wbl.global *@vonage.com White |
| db spamassassin setprop wbl.global *domain2.com White | | db spamassassin setprop wbl.global *domain2.com White |
| + | db spamassassin setprop wbl.global badname@baddomain.com Black |
| + | db spamassassin setprop wbl.global *@verybaddomain.com Black |
| db spamassassin setprop wbl.global This e-mail address is being protected from spam bots, you need JavaScript enabled to view it White | | db spamassassin setprop wbl.global This e-mail address is being protected from spam bots, you need JavaScript enabled to view it White |
| db spamassassin setprop wbl.global This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Black | | db spamassassin setprop wbl.global This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Black |