| >If I think this approach is really effective, it also creates a huge pain for a lot of tools relying on emails such as WebEx invites or when you want to contact someone for sales. I haven't used WebEx, but what is the problem exactly? Are you concerned you won't see the invite or that the sender will get an annoying automatic response? Incidentally, this is all just a Python script. If you can construct a reasonable enough pattern for the email address, you can always have custom rules for them - it's fairly trivial. Just like I have a list where emails go straight to quarantine without producing an annoying email. >or when you want to contact someone for sales. My original design was to automatically whitelist anyone I send email to - in the end I didn't go that far, but it will likely alleviate this problem. My solution is mostly for my own personal email, though. If you plan to conduct a lot of business where you expect/want random people you don't know to email you, then this scheme won't work well. >As a result I think that this approach might be better if it was for instance triggered only on emails with an “Unsubscribe” link, or on emails with specific keywords. I just did a query. Fully one third of the quarantined emails do not have the word "unsubscribe". |
Basically, WebEx sends invites from their own email address. If your customer has not white-listed the WebEx domain, they will not receive the WebEx invitation. The only solution we found for our sales team is to "double" the invitation with a manual email sent separately, with the link to the WebEx invitation...
Also, I just realized that I was not very clear in my comment: my company does NOT use MailInBlack :). However, a lot of our customers do, and this has been a nightmare for our WebEx invitations process.