Date: Wed, 6 Apr 2005 08:48:12 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/smc-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/smc-milter/files patch-Makefile patch-regex.c patch-relay.c patch-smc-milter.c patch-smtp.c patch-utils.c ... Message-ID: <200504060848.j368mCXY031160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-04-06 08:48:12 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/smc-milter Makefile distinfo pkg-descr pkg-message pkg-plist mail/smc-milter/files patch-Makefile patch-regex.c patch-relay.c patch-smc-milter.c patch-smtp.c patch-utils.c smc-milter.sh Log: Sendmail Confirmation System (SMC) is an Sendmail milter plugin that is designed to significantly reduce the amount of junk email you receive. It uses dynamic local and DNS-based remote whitelists, blacklists, and an original auto-confirmation system for unknown but legitimate senders. It includes features for protecting recipients from dangerous attachments and HTML includes. It uses a set of original algorithms, including "Check relay by NS", which simulates a dynamic whitelisting technique, and "Check delays", also known as "Greylisting". PR: ports/79508 Submitted by: Andrey E. Shevtsov <nyxo@dnuc.polyn.kiae.su> Revision Changes Path 1.630 +1 -0 ports/mail/Makefile 1.1 +34 -0 ports/mail/smc-milter/Makefile (new) 1.1 +2 -0 ports/mail/smc-milter/distinfo (new) 1.1 +62 -0 ports/mail/smc-milter/files/patch-Makefile (new) 1.1 +36 -0 ports/mail/smc-milter/files/patch-regex.c (new) 1.1 +21 -0 ports/mail/smc-milter/files/patch-relay.c (new) 1.1 +45 -0 ports/mail/smc-milter/files/patch-smc-milter.c (new) 1.1 +35 -0 ports/mail/smc-milter/files/patch-smtp.c (new) 1.1 +15 -0 ports/mail/smc-milter/files/patch-utils.c (new) 1.1 +20 -0 ports/mail/smc-milter/files/smc-milter.sh (new) 1.1 +10 -0 ports/mail/smc-milter/pkg-descr (new) 1.1 +11 -0 ports/mail/smc-milter/pkg-message (new) 1.1 +6 -0 ports/mail/smc-milter/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504060848.j368mCXY031160>