summaryrefslogtreecommitdiff
path: root/mail/spamd
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-07-26Update to spamd-20050726.peter2-6/+6
Changes: * Compilation problems on i386 fixed. * -Werror disabled.
2005-07-02Correct a PLIST entry (I renamed it before importing and didn't test it, oops)peter1-2/+2
2005-06-28Improve the description, text from http://www.benzedrine.cx/relaydb.htmlpeter1-4/+13
Suggested by Thomas Klausner.
2005-06-28Initial import of spamd-20050624 (from OpenBSD 3.7 sources).peter6-0/+111
spamd is a fake sendmail(8)-like daemon which rejects false mail. If the pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP) to this daemon, it will attempt to waste the time and resources of the spam sender. Approved by Thomas Klausner.