Commit Graph

3 Commits

Author SHA1 Message Date
dhartmei
c77b3f234e Small update to 1.3:
- fix an off-by-one sscanf length argument (processing the local
    database, not external data), from Anil Madhavapeddy.
  - fix -b/-w confusion for the -r example in the man page,
    reported by several people.
2003-06-27 07:54:03 +00:00
dhartmei
4dc2ed6221 update to 1.2, adds switches -4/-6 to process only IPv4/IPv6 addresses,
and some small fixes.
2003-03-31 21:59:38 +00:00
lebel
f46c383e29 initial import for mail/relaydb-1.0:
--
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.

relaydb doesn't itself classify mails as legitimate or spam, that deci­
sion needs to be reached through other means.  Neither does relaydb block
spam itself.  It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).

relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.

WWW: http://www.benzedrine.cx/relaydb.html

Initial version submitted to dhartmei@ who came back to me with this.
2003-01-24 21:07:05 +00:00