Delay in Gmail emails

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
Easto
SG Elite
Posts: 5856
Joined: Sat Dec 02, 2000 12:00 am
Location: So. California

Delay in Gmail emails

Post by Easto »

Whenever I send an email from my phone using Gmail to my regular email account that I only use on my computer it will sometimes take 5 minutes before the email shows up on my computer. If I send any emails back and forth from different platforms they seem to arrive almost immediately. But Gmail from my phone... you can never tell how long it's going to take.
User avatar
Philip
SG VIP
Posts: 11699
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Re: Delay in Gmail emails

Post by Philip »

Emails can take a while if you are sending to a different domain, especially if it does not have some of the antispam protections schemes (SPF, DKIM, DMARC), it is not whitelisted by antispam databases, etc. Email is kind of a complicated/convoluted scheme that was originally intended for text, and now people try to send 20MB+ images and videos through, heh. Combine that with the hundreds of schemes to combat spam in headers and it becomes a nightmare to manage mail servers.
Some anti-spam protection schemes actually delay mail delivery to combat spam too.

Please excuse the rant.
User avatar
Easto
SG Elite
Posts: 5856
Joined: Sat Dec 02, 2000 12:00 am
Location: So. California

Re: Delay in Gmail emails

Post by Easto »

For most of my computing career I've been almost spam free. Up until 6 months ago I might get 2-3 spam emails a month. I must have gotten onto several lists because now I'm up to 5-10 a day. It really sucks. I do filter almost all of them but it still sucks.
User avatar
chpalmer
Advanced Member
Posts: 556
Joined: Sun Oct 13, 2002 3:52 pm
Location: Kitsap co Wa

Re: Delay in Gmail emails

Post by chpalmer »

I used to run an Hmail server here and utilized the function to delay email unless white listed.. Fly by nite spammers sometimes set up servers that do not wait and will drop emails pretty quick when the target server does not reply quickly..
User avatar
Easto
SG Elite
Posts: 5856
Joined: Sat Dec 02, 2000 12:00 am
Location: So. California

Re: Delay in Gmail emails

Post by Easto »

One filter I've found that works pretty good is setting it to trash any email where I'm not the "To:" recipient. The only thing is if I'm Cc on the email it goes to trash. I'm going to have to modify this rule a little.
User avatar
Philip
SG VIP
Posts: 11699
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Re: Delay in Gmail emails

Post by Philip »

Clever... I will look into a similar rule.

What I do with my influx of hundreds emails per day, is:
1. Setup antispam on the speedguide mail server (Weighting based on Bayesian score, DKIM, SPF, From country, From domain reputation, and a number of other checks), and move spam to a "Junk" folder that gets deleted after 30 days automatically. Antispam filter seems to catch about 1500 spam emails per month, very few false positives when properly trained with thousands spam/notspam email collections.

2. Inbox rules: Places that send me mail regularly get their own separate "Inbox" folders to categorize mail a bit, bounces go to trash, etc.
Post Reply