InterviewSolution
Saved Bookmarks
| 1. |
Can I Have Spamassassin Tag Suspected Spam With A Custom Subject Line? |
|
Answer» YES. Edit the /var/qmail/bin/qmail-scanner-queue.pl file and find the following line: my $spamc_subject=`:SPAM:`; Now type a CUSTOM spam SUBJECT. This subject line will be added to any mails that Spamassassin tags as suspected spam. Here's an EXAMPLE: my $spamc_subject=`This is Spam Mail` Yes. Edit the /var/qmail/bin/qmail-scanner-queue.pl file and find the following line: my $spamc_subject=`:SPAM:`; Now type a custom spam subject. This subject line will be added to any mails that Spamassassin tags as suspected spam. Here's an example: my $spamc_subject=`This is Spam Mail` |
|