You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "killer" feature of this service is regex-based aliases. Using this I created a few aliases the family's emails allowing creation of new emails for every vendor on the fly without going back to the console to master a huge list. My aliases include
/^(nhed|nevo)([-_+].*){0,1}$/ which directs to my gmail
similar one for my wife
a combo /^(mnhed)([-_+].*){0,1}$/i that is forwarded to both my wife's and my emails
etc.
If I'm at the Logs page and want to search for rejected mails that were addressed just to me (anything starting with nhed- , i.e. nhed-.*@mydomain,com) it cannot be done.
Unfiltered I can see entries in the log with RCPT TO of [email protected] yet searching for nhed- yields 0 results.
Similarly (but perhaps of less important) partial word matches might also be of use, I get lots of spam with the subject 0MEGA&R0LEX Starting from $250 and I'd like to be able to search them just with MEGA
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A "killer" feature of this service is regex-based aliases. Using this I created a few aliases the family's emails allowing creation of new emails for every vendor on the fly without going back to the console to master a huge list. My aliases include
/^(nhed|nevo)([-_+].*){0,1}$/
which directs to my gmail/^(mnhed)([-_+].*){0,1}$/i
that is forwarded to both my wife's and my emailsIf I'm at the Logs page and want to search for rejected mails that were addressed just to me (anything starting with
nhed-
, i.e.nhed-.*@mydomain,com
) it cannot be done.Unfiltered I can see entries in the log with
RCPT TO
of[email protected]
yet searching fornhed-
yields 0 results.Similarly (but perhaps of less important) partial word matches might also be of use, I get lots of spam with the subject
0MEGA&R0LEX Starting from $250
and I'd like to be able to search them just withMEGA
Beta Was this translation helpful? Give feedback.
All reactions