Re: Anti-spam breakthrough from Roaring Penguin
Richard Laager <[email protected]>
| Newsgroups | gmane.mail.mimedefang |
|---|---|
| Message-ID | <[email protected]> |
On 04/05/2017 04:20 AM, Jan-Pieter Cornet wrote:
> Funny thing is, this method of both accepting AND rejecting
Speaking of both accepting and rejecting...
On a serious note, I wonder if anyone has built this:
if (greylisting says to tempfail)
{
# add a header, such that this message will be delivered to the
# user's Junk folder
resend_message();
# store some data so we can find the message later
action_tempfail();
}
else
{
if (we accepted this message before)
{
# reach out to Dovecot, move the message from Junk to Inbox
# (possibly if and only if it is still unread)
action_discard();
}
}
This pseudo-code assumes stream_by_recipient() or enhancements for users
with different filtering preferences. This also requires greylisting to
happen at DATA, not RCPT.
We would accept the message (but deliver it to the Junk folder) while
reporting a tempfail to the sender. If the sender retries correctly, we
move the message from Junk into Inbox.
This means my Inbox gets all the advantages of greylisting. I also get
every message delivered immediately; if I need a "password reset" email
or something from a new sender on the phone, I can look in my Junk folder.
--
Richard
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
signature.asc
(application/pgp-signature, 455 B)
-----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJY5XaxAAoJEA/9MsdVF+JSjeEH/iYZ5cjQRcMlYR0cC/e+UdGa qrLWNAHszyhE9T0LqzA7dPvjNtkBIIKwfZ2OlGwBqKtmUeKjXyiOAcf32E2rkNKv aM5EwDzkWT+oR/SBqbZTxttjyqrBEMqlymJJ1F6AS+Q7jVD6kV3qr5p+kNG8EsZC wAsI5uQoXg+ojar4ZUC0tvu5euUAS0z1ysT5HosPrgKi+hp64Mr0fB3Rie7qHNR3 bRrCcv1cU6sJow4tafrEReUQkex2HYC6ZxLWFx1BJLqvl1jsJYdoHywgptddfeJU MWVDDexqYeQ1lllS7L3n+WJq9VHK4px0qCvcjsyzXoTVLEMLiENoYw84G/A+A+8= =Ribo -----END PGP SIGNATURE-----