Date: Fri, 11 Nov 2005 21:22:57 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/ask Makefile distinfo pkg-descr pkg-plist Message-ID: <200511112122.jABLMv7e040963@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-11-11 21:22:57 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/ask Makefile distinfo pkg-descr pkg-plist Log: ASK takes advantage of the fact that most spammers use invalid or fake "From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like sender's email, subject and so on. PR: ports/88422 Submitted by: Marcelo Araujo <araujobsd@hotmail.com> Revision Changes Path 1.708 +1 -0 ports/mail/Makefile 1.1 +44 -0 ports/mail/ask/Makefile (new) 1.1 +2 -0 ports/mail/ask/distinfo (new) 1.1 +6 -0 ports/mail/ask/pkg-descr (new) 1.1 +52 -0 ports/mail/ask/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511112122.jABLMv7e040963>