Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 02:31:59 +0000 (UTC)
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/spmfilter Makefile distinfo pkg-descr pkg-plist ports/mail/spmfilter/files spmfilter.in
Message-ID:  <201004270231.o3R2VxDW031546@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sahil       2010-04-27 02:31:59 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/spmfilter       Makefile distinfo pkg-descr pkg-plist 
    mail/spmfilter/files spmfilter.in 
  Log:
  spmfilter is a high-performance mail filtering framework, written in C.
  
  It attempts to be a general filtering framework for any purposes.
  Filtering mechanisms are provided by plugins, the API enables spmfilter
  plugins to access messages as they are being processed by the MTA.
  This allows them to examine and modify message content and
  meta-information during the SMTP transaction. Plugins are loaded at
  runtime and can be processed in any sequence, the processing chain
  can also be altered by a single plugin
  
  WWW: http://www.spmfilter.org/
  
  PR:             ports/145673
  Submitted by:   Frank Wall <fw at moov.de>
  Reworked by:    sahil@ (myself)
  Approved by:    wxs@ (mentor)
  
  Revision  Changes    Path
  1.1018    +1 -0      ports/mail/Makefile
  1.1       +102 -0    ports/mail/spmfilter/Makefile (new)
  1.1       +3 -0      ports/mail/spmfilter/distinfo (new)
  1.1       +31 -0     ports/mail/spmfilter/files/spmfilter.in (new)
  1.1       +11 -0     ports/mail/spmfilter/pkg-descr (new)
  1.1       +23 -0     ports/mail/spmfilter/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004270231.o3R2VxDW031546>