Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 13:44:11 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/wbl Makefile distinfo pkg-descr
Message-ID:  <200607151344.k6FDiBYY060190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
garga       2006-07-15 13:44:11 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/wbl             Makefile distinfo pkg-descr 
  Log:
  wbl is a really simple tool that can be used in a .qmail file for managing
  a white/black list of email addresses.  It only does one thing--it
  checks for entries in ~/.wbl that it uses as a regex against the From:
  field of an incoming email.  If it matches a line with a +, it forwards
  the email to the white list, if it matches a line with a - it forwards
  the email to the blacklist.
  
  Questions, feedback, comments may be sent to the author.
  
  Author: Caskey Dickson <caskey@technocage.com>
  WWW:    http://www.technocage.com/~caskey/wbl/
  
  Revision  Changes    Path
  1.776     +1 -0      ports/mail/Makefile
  1.1       +39 -0     ports/mail/wbl/Makefile (new)
  1.1       +3 -0      ports/mail/wbl/distinfo (new)
  1.1       +11 -0     ports/mail/wbl/pkg-descr (new)



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