diff options
author | joerg <joerg@FreeBSD.org> | 2004-04-08 08:00:34 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-04-08 08:00:34 +0000 |
commit | ace1be8a343f133b4640486e03bdc27d95d7bb6c (patch) | |
tree | 9b16aee321223384212921c7758001e8daf1da89 /mail/Makefile | |
parent | 526cda912858881587b50f48dc0081257720701b (diff) | |
download | FreeBSD-ports-ace1be8a343f133b4640486e03bdc27d95d7bb6c.zip FreeBSD-ports-ace1be8a343f133b4640486e03bdc27d95d7bb6c.tar.gz |
Initial import of spampd, an SMPT/LMTP proxy that connects to
spamassassin. Useful to wire spamassassin into Postfix.
Submitted by: Christian Schade <christian.schade@interface-systems.de>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f0a3fa6..d398aa6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -368,6 +368,7 @@ SUBDIR += spamd SUBDIR += spamguard SUBDIR += spamoracle + SUBDIR += spampd SUBDIR += spamprobe SUBDIR += spamstats SUBDIR += spruce |