-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to reject emails send to specific suffix #219
Comments
Technically, we now move the mails to the spam folder as well. Currently, we only have a global setting, where you can reject mails above a certain spam score: https://github.com/vexim/vexim2/blob/master/docs/vexim-acl-check-content.conf#L54-L57 |
@Udera when I wrote I started to receive SPAM I meant that those mails were SPAM to me (but not necesarily detected as SPAM).. I think natural SPAM filter works ok for those messages. I'm asking if it's possible to explicitly configure that all messages to |
I think we can mark this as a feature request. This would need new SQL tables, but seems like a good idea to me. |
As admin you can manage fails. However I'm not sure if this works for local part suffixes. It should probably be configurable for an individual user. Currently |
Yep, certainly. |
And vexim has to be aware of local part suffixes (provide user to block certain keywords and disallow the use of |
I'd split fixing fails into a separate issue for 2.3.1. |
I create a PR for blocking recipient addresses during the smtp dialogue: #221 |
I checked them and they do not seem to work. Is there a possibility to get fails work with suffixes? At least it'll be good workaround until this feature is ready in proposed form. |
Personally i use sieve filters on my MDA (dovecot) for everything suffix related. I don't think that it makes sense to implement such features on the MTA side. |
In my configuration I have
VEXIM_LOCALPART_SUFFIX = +*
setting, so all emails that go to address which starts withusername+
goes to myusername
mailbox.Still for some suffixes I started to receive SPAM, I'd like to keep
+
suffix settings, but want to be able to reject emails that specifically are send to e.g.[email protected]
.I revised all settings and it seems that it's not possible to achieve with current version of vexim (?)
The text was updated successfully, but these errors were encountered: