Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-18 | fix pr 3914, spamd doesn't log only incoming with -I, | Bob Beck | |
and change to look only at S/SA so people logging all crud don't get slaughtered by entries. again from mike@tric.tomsk.gov.ru ok henning@ | |||
2004-09-16 | remove unused variables | Theo de Raadt | |
2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. | Otto Moerbeek | |
ok deraadt@ henning@ | |||
2004-07-14 | - new sentence, new line | Jason McIntyre | |
- .Sx a section reference - punctuation - uppercase smtp - bigger offset for display - clarifying logging - syslog stuff to SEE ALSO | |||
2004-07-14 | sync usage() w/ SYNOPSIS; | Jason McIntyre | |
from Andrey Matveev; | |||
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller | |
close() calls sync() itself the standalone sync() is a no-op. OK beck@ | |||
2004-03-10 | spaces | Theo de Raadt | |
2004-03-07 | remove some unused variables and includes; KNF | Otto Moerbeek | |
ok beck@ | |||
2004-03-01 | uset inet_pton(3) instead of home grown address validator; some other cleanup | Otto Moerbeek | |
ok beck@ | |||
2004-02-28 | Fix macro definition if pf.conf example. Ok beck@ | Matthieu Herrb | |
2004-02-27 | fix CFLAGS -I | David Krause | |
ok deraadt@ | |||
2004-02-27 | make spamlogd watch the destination of outbound smtp connections, | Bob Beck | |
so that replies to mail sent out do not get greylisting delays. ok millert@ | |||
2004-02-26 | paranoia; beck ok | Theo de Raadt | |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck | |
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@ |