You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
There are fairly light, but essential modifications made to the version of MailScanner shipped with the Jessie release.
It is necessary that we ship an updated version of MailScanner with Next, which means porting our modifications. I will start by simply porting the patches directly to a fork, but will then see if we can accomplish what we need with a CustomConfig module only. See MailWatch as an example of how to integrate a custom module.
As long as we can still write to the SpamCheck header, we should not need to modify the MailScanner code directly. If we can do so with a module, this should allow us to simply use the upstream version of MailScanner with a custom config only.