Skip to content
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

Add new option to allow suspicious macros depending on recipient #47

Open
robert-scheck opened this issue Nov 6, 2018 · 1 comment
Open
Assignees

Comments

@robert-scheck
Copy link
Contributor

I think it would be helpful to introduce a new configuration option to allow suspicious macros depending on recipient, so that special destination e-mail addresses/mailboxes still can receive e-mails with suspicious macros. A typical scenario that comes to my mind is abuse@… or postmaster@….

In order to be flexible, the suggestion is to make the configuration option something like an array of strings with regular expression support. If I run example.net and would like to ensure that somebody can send suspicious macros to [email protected], that's one case (= string). However, if I (or my users) would like to be able to report such suspicious macros, including to remote abuse teams of foreign domains, something like ^(abuse|postmaster)@ (= regular expressions) could get important, too.

@sbidy sbidy self-assigned this Nov 7, 2018
@dvadell
Copy link

dvadell commented Nov 9, 2018

Hi
I would love to have this. I have 50 domains in one server, and it would be great to start using it on a per-domain or per-mailbox basis.

Thanks for making macromilter available!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants