Page 1 of 1

release email from quarantine without bells/whistles

Posted: 21 Jan 2011, 15:46
by spiralhosting
I'd like to be able to release emails from quarantine and them arrive to the user's inbox without them knowing it had been quarantined, or without it looking like a completely different email. Sometimes the user doesn't realise the original email is even attached. Is it possible to maintain the same email subject and content exactly like the original email when we release it?

Re: release email from quarantine without bells/whistles

Posted: 20 Mar 2011, 09:55
by Sarah
You will probably need to change some configuration within the mailwatch configuration itself, which is in /usr/local/cpanel/whostmgr/docroot/cgi/mailwatch/conf.php. You might want to search the MailWatch newsgroup to find out what needs to be changed:
http://blog.gmane.org/gmane.mail.virus. ... ch.general

Regards,
Sarah

Re: release email from quarantine without bells/whistles

Posted: 20 Mar 2011, 15:14
by sawbuck
Sarah is correct about editing the conf.php file and finding that info at the MW group. At the moment I haven't relocated the relevant post though.

The line you want to edit should be 86.

Change from false to true - define(QUARANTINE_USE_SENDMAIL, false);

This will also have to be reset when MW is updated.