Matches: -96f0f0036730a7d970a678e8f933e8b7
Do this: Never send it to Spam
The string is just a random hex string, the minus (-) tells it to match all messages that do not contain this string. No message should ever contain it, so no message should ever be sent to spam in the original account. Once it gets to the end account, GMail will still filter it and put it in Spam if it is spam.How to use Gmail to destroy your relationship with your investors and customers
11–20 of 159 posts
Re: How to use Gmail to destroy your relationship with your investors and customers
#12Google's spam filter seems to be having more issues these days. I used to ignore the spam filter, but got a reminder email which forced me to check the spam folder, and lo behold there was the email. I always open emails from that person and Gmail marks it as important, I wonder how it could possibly classify it as spam(assuming the email servers remained the same). The funny part was that just a few days prior I rea…
I've been getting increasingly fed up with gmail, but not quite to the point of making me set up exim. Does anybody know of a mail server I can throw on ec2 and forget about?
Re: How to use Gmail to destroy your relationship with your investors and customers
#13Earlier quoted context omitted.
I've been getting increasingly fed up with gmail, but not quite to the point of making me set up exim. Does anybody know of a mail server I can throw on ec2 and forget about?
I dont think this is a good idea -- if ec2 goes down (as it has in the past) you risk losing email
Re: How to use Gmail to destroy your relationship with your investors and customers
#14If you want to do this reliably, don't use the GMail auto-forward stuff. Instead, create yourself a _filter_ with the following definition: Matches: -{"X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*"} Do this: Skip Inbox, Forward to XXX, Delete it Your other GMail account will take care of the spam that gets forwarded. I've been doing this for more than a year, with nothing ending up in the acco…
What kind of magic expression is that?
It's designed to be automatically flagged as a virus, without actually being a virus. I found this with a simple Googling; you can too!
Re: How to use Gmail to destroy your relationship with your investors and customers
#15I ran into this problem as well. So, now, as standard practice, when I set up forwarding between GMail accounts, I add a single filter to the account being forwarded: Matches: -96f0f0036730a7d970a678e8f933e8b7 Do this: Never send it to Spam The string is just a random hex string, the minus (-) tells it to match all messages that do not contain this string. No message should ever contain it, so no message should ever…
Matches: is:spam
Do this: Never send it to SpamRe: How to use Gmail to destroy your relationship with your investors and customers
#16Re: How to use Gmail to destroy your relationship with your investors and customers
#17Re: How to use Gmail to destroy your relationship with your investors and customers
#18Gmail's handling of multiple accounts is just about the poorest I've seen in any email client. Even Microsoft Outlook handles multiple accounts better!
Re: How to use Gmail to destroy your relationship with your investors and customers
#19Re: How to use Gmail to destroy your relationship with your investors and customers
#20 Matches: from:(*)
Do this: Never send it to Spam, Exclude from SmartLabel categorization
In this way, every single email is forwarded to the new account and filters in the new one deals with spams or whatever. But you can always conveniently check mistakenly spammed emails in your new account.