Auto-reply marked as spam

Questions and answers about how to do stuff
Post Reply
Justin
Posts: 111
Joined: 18 Sep 2014 13:00
Location: The Netherlands
Contact:

Auto-reply marked as spam

Post by Justin »

Hello everyone,

Since we are using this Filter, we are having one small issue.
When someone sends a mail, and the receiver has an auto-reply enabled, the auto reply mail gets rejected/marked as spam.

One of the reasons could be, that "From" is empty, but besides that I can not find anything wrong.


Hope you can help me out.

Kind regards,
Justin

EDIT:
Found a potential fix

Code: Select all

Try modifying the following line in /etc/MailScanner/MailScanner.conf as follows:

Treat Invalid Watermarks With No Sender as Spam = 2

These type of emails seem to get the watermark stripped from them on the remote side with some types of email servers.  Setting this value below your spam threshold will treat these emails with suspicion but not automatically flag them as spam unless other triggers occur.

Don't forget to restart mailscanner...
sudo service MailScanner restart
viewtopic.php?f=13&t=727
Justin
Posts: 111
Joined: 18 Sep 2014 13:00
Location: The Netherlands
Contact:

Re: Auto-reply marked as spam

Post by Justin »

Tried the above, but did not helped.
Any suggestions?
Post Reply