qpsmtpd/lib/Qpsmtpd
Ask Bjørn Hansen 5d34bad178 Date: Thu, 13 Mar 2003 00:57:39 -0800
From: Devin Carraway <qpsmtpd-list@devin.com>
To: qpsmtpd@perl.org
Subject: HELO hook and check plugin

Speaking of direct-to-MX spam, both AOL and Yahoo are large companies
with whole walls-full of servers devoted to mail delivery.  None of them
announce themselves with "HELO yahoo.com" or "HELO aol.com."  Spammers
certainly do, though.

Here's a patch to SMTP.pm to add hooks for HELO and EHLO, and a plugin
to use them.


git-svn-id: https://svn.perl.org/qpsmtpd/trunk@119 958fd67b-6ff1-0310-b445-bb7760255be9
2003-03-18 09:43:22 +00:00
..
Connection.pm add notes method to the Connection object. (used in the dnsbl plugin) 2002-09-10 13:42:44 +00:00
Constants.pm yay, plugin support works! :-D 2002-07-08 02:30:11 +00:00
Plugin.pm Reorganize most of Qpsmtpd.pm into Qpsmtpd/SMTP.pm. 2002-09-24 10:56:35 +00:00
SMTP.pm Date: Thu, 13 Mar 2003 00:57:39 -0800 2003-03-18 09:43:22 +00:00
TcpServer.pm Reorganize most of Qpsmtpd.pm into Qpsmtpd/SMTP.pm. 2002-09-24 10:56:35 +00:00
Transaction.pm Reorganize most of Qpsmtpd.pm into Qpsmtpd/SMTP.pm. 2002-09-24 10:56:35 +00:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00