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 ...

Pav Lucistnik pav at FreeBSD.org
Wed Apr 6 01:48:13 PDT 2005


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 at 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)


More information about the cvs-ports mailing list