Product: modusMail
Version & Build: All
Problem:
X-Spam: the header element added by MX-LOGIC causes the autoreply function not to work. This only applies to setups with MX-LOGIC in front of the modusMail server.
Workaround:
Remove the header element that causes the problem:
- From the Console, go to Rules – Properties – Custom Filters
- Click on Add
- Enter a name for the script
- Copy the following info into the sieve box
require ["editheader","variables"]; deleteheader :matches "X-Spam" "*";
- Click on Compile
- Click on OK
- Start/stop the MODUSADM and MODUSCAN services
|