Handling of Google Mail adresses #1519
dragoangel
started this conversation in
Feature suggestions
Replies: 1 comment 2 replies
-
I don't think there's any real harm in treating different combinations of gmail address separately for the purposes of suppression. It's quite unlikely for an actual user of a mail server to be sending mail to more than one variation of a Gmail address anyway. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gmail has 2 points how one user can use different email in gmail:
This means that if we suppress email [email protected] we also need not send mail to [email protected] as well as any combination of [email protected], etc.
Before checking Google email over suppression list we can simplify their emails to no dots and gmail.com domain, and same when we save this email to suppression list. E.g. how this done on rspamd:
https://github.com/rspamd/rspamd/blob/a52bfa87d61294bb93df3b916f008c72ae23b9c9/lualib/lua_util.lua#L250-L274
Beta Was this translation helpful? Give feedback.
All reactions