Configure SpamAssassin for hMailServer
Hosting and Servers
2
Posts
1
Posters
5
Views
1
Watching
-
Is there one entry that will replace these 3 lines with 1 line for whitelisting in the local.cf file for SpamAssassin? whitelist_from *@craigslist.org whitelist_from *@reply.craigslist.org whitelist_from *@sale.craigslist.org Not sure how to do it, or if it can be done.
-
Is there one entry that will replace these 3 lines with 1 line for whitelisting in the local.cf file for SpamAssassin? whitelist_from *@craigslist.org whitelist_from *@reply.craigslist.org whitelist_from *@sale.craigslist.org Not sure how to do it, or if it can be done.
I just found the answer after searching for days. The format is: whitelist_from *.craigslist.org This is replace the 3 lines and be more efficient.