How to disable quaratine report

Questions and answers about how to do stuff
Post Reply
FRL
Posts: 4
Joined: 07 Feb 2017 15:08

How to disable quaratine report

Post by FRL »

Hello guys,

I've some trouble with my quarantine reports, so i would like disable the quarantine reports.
Instead, i would rewrite the Subject to ***SPAM*** and delevery the incoming mail

i dunno if i have to do some change in MailWatch or in Mailscanner to perform this

Thanks you
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: How to disable quaratine report

Post by shawniverson »

You can disable quarantine reports by unchecking the option for your users in MailWatch.

You can also disable the daily cron job, if necessary.

To get the SPAM prefix, that is in /etc/MailScanner/MailScanner.conf You can deliver the spam and edit the Spam Subject Text to modify the subject line as you would like.

Code: Select all

Spam Actions = deliver header "X-Spam-Status:Yes"
Spam Modify Subject = start
Spam Subject Text = ***SPAM***
Post Reply