Live data from Hacker News

How to use Gmail to destroy your relationship with your investors and customers

iamnotaprogrammer.com

11–20 of 159 posts

Re: How to use Gmail to destroy your relationship with your investors and customers

#11
I 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 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.

Re: How to use Gmail to destroy your relationship with your investors and customers

#12

Google'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?

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

#13
post #12

Earlier 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

I risk new messages getting bounced, but all of my email is backed up on my computer. And I'd archive everything to s3 (which has never lost data to my knowledge) in case both my ec2 instance and my laptop disappeared.

Re: How to use Gmail to destroy your relationship with your investors and customers

#14
post #6

If 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?

http://www.eicar.org/86-0-Intended-use.html

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

#15
post #11

I 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…

That's clever but you can just match is:spam and never send those to spam, essentially turning off the spam filter, not bypassing it.

    Matches: is:spam
    Do this: Never send it to Spam

Re: How to use Gmail to destroy your relationship with your investors and customers

#18
post #4

Gmail's handling of multiple accounts is just about the poorest I've seen in any email client. Even Microsoft Outlook handles multiple accounts better!

Mailplane 3 (for Mac) is a great solution to this problem — http://beta.mailplaneapp.com/kb/getting-started/welcome-to-m...

Re: How to use Gmail to destroy your relationship with your investors and customers

#20
I usually set the new Gmail to retrieve email by POP/IMAP from old one, and have a filter defined in the old one:

    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.
Post reply on HN