delay in /etc/mail/aliases
To filter spam, I forward not directly to their "real" email, but to a gmail account, which in turn forwards to their "real" email (while leaving a copy in the gmail account)
The problem I'm having is that users are still complaining about spam. When I check the gmail account, I can see that the messages they are complaining about are indeed in the Spam box. What I think is hapenning is that at the time the email is forwarded, Gmail does not yet know the mail is spam…. later on, based on gmail user feedback, it learns that it is spam. By that time, it's too late for my poor users… they've already got the forwarded spam.
My idea is to set up sendmail to DELAY forwarding to gmail… hopefully that way, gmail will have a chance to learn that it's spam. Is there an easy way to do that?
4 Replies
I use Postfix+Postgrey, but there are Sendmail implementations, too:
This problem is perhaps most closely associated with SPF:
(see the note about "remailing").