summaryrefslogtreecommitdiff
path: root/libexec/spamd
AgeCommit message (Expand)Author
2009-09-17merge/update the spamlogd rules into spamd - there were some subtleJason McIntyre
2009-09-07the example pf rules should be "pass in", not just "pass"; ok henningJason McIntyre
2009-09-01match samples here with pf.conf(5) sample ruleset following recent pf changesTodd T. Fries
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2009-04-20tweak previous;Jason McIntyre
2009-04-20PR 6090 - from Olli Hauer <ohauer@gmx.de>Bob Beck
2009-02-25fix slow memory leak, spotted by Max Laier and Artis CauneBob Beck
2009-02-17clarification for the MX stuff; requested by Stephan A. RickauerJason McIntyre
2008-12-07time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_tChad Loder
2008-09-20document spamd log entry format; requested by Stephan A. RickauerJason McIntyre
2008-08-26Fix an if (); typo. ok beck@Jonathan Gray
2008-08-11some documentation updates for spamd synchronisation:Jason McIntyre
2008-07-11shut off an annoying gcc warning.Reyk Floeter
2008-07-11write a syslog debug message when a new GREY or TRAPPED entry is addedReyk Floeter
2008-07-11greyreader() shouldn't return, so tell us if it doesPeter Hessler
2008-05-22version 2 of spamd sync protocol for two reasons:Theo de Raadt
2008-05-09As was done in dhcpd, insert pad blocks after sub-messages to keep theTheo de Raadt
2008-05-07check if the received buffer of a sync element is even big enough toReyk Floeter
2008-03-28typo, ok beck@Alexander von Gernler
2008-01-08simplify the suggested pf ruleset; ok beckJason McIntyre
2007-12-27Add a missing length check of received spamd sync packet headers.Reyk Floeter
2007-11-03PR 5621 - spamd doesn't clear the last entry from an empty TRAP list,Bob Beck
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-16- Don't fill spamd debug with bogus config errors if there are noRay Lai
2007-08-11tweak previous:Jason McIntyre
2007-08-11Add note to the effect that the spamd pf table is noJonathan Gray
2007-07-07document maximum values for -S and -s;Jason McIntyre
2007-06-25s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks.Tom Cosgrove
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-26remove a redundant paragraph; ok beckJason McIntyre
2007-05-19spamd-setup needs -b for blacklist-only mode; from Nick TempletonJason McIntyre
2007-04-13fix helo to error out if no domain is providedBob Beck
2007-04-13rename h_name to sh_name. hname gets redefined in netdb.h to a zeroOtto Moerbeek
2007-03-29I relinquish any copyright claim I have on this fileKjell Wooding
2007-03-26kill trailing whitespace...shame on me if i sent bob a diff w/Jason McIntyre
2007-03-26use new license. ok kjell@, who also wanted his name removed, but he needsBob Beck
2007-03-26use new license, ok deraadt@Bob Beck
2007-03-26use new license.Bob Beck
2007-03-26Copyright - I should share the blame.Bob Beck
2007-03-26A couple of spamd improvementsBob Beck
2007-03-18Be sure to exit if the db_open of the second db for conversion fails.Bob Beck
2007-03-16Fix dribbly HMAC leak.Bob Beck
2007-03-16now that we leave the grey, avoid annoying re-adds of white entriesBob Beck
2007-03-15fix -y example;Jason McIntyre
2007-03-14when using low prio MX trapping, ignore hosts connecting to the low prioBob Beck
2007-03-14Don't delete grey entries when whitelisting. They expire anywayBob Beck
2007-03-12log when we trap a host.Bob Beck
2007-03-07Add some emphasis for easier reading and clarify MX trapping byTodd C. Miller
2007-03-07sync usage(); ok deraadtJason McIntyre
2007-03-07clean up the greytrap stuff;Jason McIntyre