Spam config files: Difference between revisions
Created page with "'''''DELETE SPAM MESSAGES''''' /var/qmail/bin/qmail-scanner-queue.pl sa-delete=20 SPAM MARKE SCORE vim /etc/mail/spamassassin/local.cf /usr/share/spamassassin/ SPAM LOGS ..." |
Flag as outdated (client review pass) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''''DELETE SPAM MESSAGES''''' | {{Outdated|reason=Old Technology But Relevant for Understanding of Mailing Concepts and Fundamentals|date=2026-07}} | ||
[[Category:Qmail]] | |||
'''''DELETE SPAM MESSAGES - Qmail ''''' | |||
==Delete spam massages by header and body== | |||
/var/qmail/bin/qmail-scanner-queue.pl | /var/qmail/bin/qmail-scanner-queue.pl | ||
Latest revision as of 15:59, 25 July 2026
This is an Old / Outdated Article, Please use this only as technical Reference
Reason: Old Technology But Relevant for Understanding of Mailing Concepts and Fundamentals
Flagged: 2026-07
DELETE SPAM MESSAGES - Qmail
Delete spam massages by header and body[edit]
/var/qmail/bin/qmail-scanner-queue.pl
sa-delete=20 SPAM MARKE SCORE
vim /etc/mail/spamassassin/local.cf
/usr/share/spamassassin/
SPAM LOGS QMAIL
/var/spool/qmailscan/qmail-queue.log
RESTART SPAMASSASSING SERVICE FROM /SERVICE svc -d /service/spamassassin/
svc -u /service/spamassassin/
Configuration files of spamassassin
/usr/share/spamassassin
/etc/mail/spamassassin directories.
We can blacklist and whitelist a user or a domain in below file
/etc/mail/spamassassin/local.cf
whitelist_from d.cary@sparkingwire.com
blacklist_from *@example.com
--Subhash 16:42, 29 September 2012 (IST)