Commit Graph

24 Commits

Author SHA1 Message Date
naddy 348a3e29c5 drop RCS Ids 2022-03-11 19:34:31 +00:00
sthen 3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen 6102919871 drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list 2019-05-01 19:29:43 +00:00
jca 7f376c6b61 Werror considered harmful; fixes build with clang 2017-04-19 17:02:48 +00:00
jca 509f84884b Respect CC 2017-04-19 17:00:29 +00:00
naddy 90bea15d2f Drop USE_GROFF: trivial page footer differences only. 2015-01-22 21:17:46 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
sthen d35377f466 benzedrine.cx -> .ch, req by Daniel Hartmeier 2015-01-13 11:26:09 +00:00
espie 0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen 068496c57a remove iso-8859-1 chars that display badly with a utf-8 terminal.
pointed out by Anthony J. Bentley
2011-03-14 08:51:25 +00:00
espie 051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
merdely 8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
espie 9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
naddy a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
alek 200b1ea2ea Add WANTLIB markers 2005-01-02 12:56:04 +00:00
espie 15a2aca1cd new style plists. 2004-09-15 09:09:41 +00:00
dhartmei 9a63d78270 Update to 1.7. Support reading/writing old and new database files (so 1.7
doesn't require any conversions, handling both pre and post 1.5 the same).
Use %lu and cast time_t to unsigned long, for gcc3.
2003-12-18 12:25:47 +00:00
naddy 2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
dhartmei b227ab628b update to 1.6, adds -t (touch) to parse a spamd syslog file and update
last modification times, useful with -dm to prevent expiring old entries
that are still being actively appreciated by customers ;)
2003-11-20 18:52:14 +00:00
dhartmei 0140c3047e update to 1.5, add some options to help expiring old entries, based
on feedback from bob:

- add last modification time to database
- add -m to filter on last modification time
- add -B and -W to filter on black and white counters
- add -d to delete entries

this allows things like

  relaydb -db -W 0 -m +30

deleting all blacklist entries with zero white counter that
haven't changed since more than a month.

Warning: the database format changed, requiring an export with
the old binary (relaydb -vl >text), deletion of the database
and re-import with the new binary (relaydb -i text).
2003-11-19 22:40:57 +00:00
dhartmei b9eec1ae61 update to 1.4, match threshold calculation with man page (black > 3*white
for spam, not >=).
2003-10-06 09:33:53 +00:00
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