> >Why not just forward messages? Register a domain put some mx servers in
> front of gmails mx. I recently was testing with such relay/forward, works
> perfectly, I am only changing the envelope nothing else. DKIM, spf
> everyting perfectly working.
> >
> I'd be interested to know if anyone runs spamassassin forwarding from
> gmail back into gmail, how does this work?  How to get it so mail isn't
> in a loop?  You can't do what I'm talking about just by forwarding.
> More below on that.

You have to get a domain and put in front. You need to be able to set your own 
mx records so you can do your scanning of messages on these mx servers. This is 
how most of these 'anti spam' providers work.


> 
> In my own testing of this, my gmail Spam folder varies between 1500 and
> 5000 messages at any given time.  Sometimes there's a false positive
> that no matter how many times I tell gmail it's not spam, mail from that
> user ends up in Spam. 

I am actually suprised to read that. I have currently a setup where users can 
drag a message to a folder and than the sender is whitelisted for any future 
message.

> I also find gmail is not perfect and it misses
> 1-2 spams roughly every day that end up in my inbox.  I have already
> pressed the spam button once this morning.  I've spent quite a bit of
> time pulling down individual false negative messages and running them
> through spamassassin on my server and they almost always get scored
> highly as spam.  So I personally find such a plumbing to be useful.

You have to also check if not a lot of spamassassin knowledge comes from 
external sources like dnsbl and dnsuribl. If you would scale your service, you 
need to start paying for these.
 
Register a new domain notgmail.com, setup your own mx forward, scan and forward 
to gmail. Afaik you should be able to configure gmail to use notgmail.com as 
outgoing email address.

> What I have is a plumbing that does the message manipulation and a bunch
> of other things which are not pertinent.  Some of the hard work is done,
> it would still need some work to release to the world.  Pulling messages
> out and putting them back in is not as easy as it sounds and I can

With sieve it is not that difficult. If a user drags it to a specific folder, 
it is unmarked and the unmarked message is put back in inbox and the sender is 
whitelisted for ever. 
 
> honestly say the devil is in the details, but the good news is that part
> now works well.  I am just trying to figure out what to do with it, if
> it's useful beyond family and friends, or if there is a more general
> interest in being able to use spamassassin on other providers such as
> gmail or yahoo.  If there's insufficient interest, that's fine, I'll
> just use it myself.
> 

If you like developing such stuff, you should look into this unified 
messaging/document storage. Lots of companies are interested in better 
archiving their documents with their correspondence. Most of those services 
hook into your mailbox to do all kinds of management tagging, searching etc. 
That has target audience willing to pay for such service.

Reply via email to