mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1049] spam headers / filtering not working out of box #882
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzummo on GitHub (Feb 27, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1049
Steps to reproduce
Current behavior
Expected behavior
@tonioo commented on GitHub (Feb 27, 2017):
I'm not sure to understand your issue, could you please explain it a bit more?
@mzummo commented on GitHub (Feb 27, 2017):
@tonioo basically the spam filtering doesn't seem to be working ... I would expect X-SPAM-STATUS filters to be placed in the headers of the incoming email and then those are used to mark spam and filter into the spam folder (instead of just instant reject) (and perhaps sent to quarentene which i didnt see happening either) ... also postscreen seems to be set a bit to high and almost no email can come in without a whitelist. (gmail example) ... I can be reached on gchat mzummo@gmail.com to discuss the issue further. I really like your application and this is the only thing stopping me from using it.
Matt Z
@tonioo commented on GitHub (Feb 28, 2017):
The X-SPAM header is not added to every message processed by the filter.
Only messages with a score greater than a first limit will be tagged and
messages with a score even greater will be rejected or quarantined
according to amavis configuration.
About postscreen, gmail and outlook indeed cause troubles these days and
get rejected by postscreen. postwhite looks like a good fix but I'd like
more feedback about its use.
On 27/02/2017 17:13, mlzummo wrote:
@mzummo commented on GitHub (Feb 28, 2017):
http://blog.dmitryleskov.com/small-hacks/forcing-spamassassin-to-add-the-x-spam-status-header-to-ham-for-debugging/
$final_spam_destiny = D_PASS;
http://www.dataparadis.net/osp/gnu-linux-server/mail-server/securing-mail-server-with-spamassassin-amavis-postgrey-and-clam-av/
@mzummo commented on GitHub (Feb 28, 2017):
@tonioo postscreen blocks gmail as well. i think what im going to do here is do a pull request with some suggested out of box changes and some configs from mailcow
@tonioo commented on GitHub (Feb 28, 2017):
@mlzummo Would be nice but you're not on right repository, please check https://github.com/modoboa/modoboa-installer.