---
name: milter-regex
version: 1.9
origin: mail/milter-regex
comment: Milter plugin to sendmail for regular expression filtering
arch: freebsd:9:x86:64
www: http://www.benzedrine.cx/milter-regex.html
maintainer: dinoex@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 48919
desc: |
  Milter-regex is a sendmail milter plugin that allows to reject mail
  based on regular expressions matching SMTP envelope parameters and
  mail headers and body.

  In order to build milter-regex, sendmail needs to be compiled with
  milter support, installing the libmilter library.

  This is the default for the sendmail in the base system.
  Some of the sendmail ports omit libmilter by default (SENDMAIL_WITHOUT_MILTER).

  This program is developed on OpenBSD by the maintainer.

  LICENSE: BSD
  Copyright (c) 2003-2006 Daniel Hartmeier

  WWW:  http://www.benzedrine.cx/milter-regex.html
categories: [mail]
files:
  /usr/local/etc/rc.d/milterregex: 702e402f12c378b49d07ed508e594bb622abc37b30ee5405f717d3786e5ee33f
  /usr/local/libexec/milter-regex: bbdb2d134675ad82ae20ba30ead415b24cf28764184f4b95ffacdc5c937ddeba
  /usr/local/man/man8/milter-regex.8.gz: d1d6cb271e2492e2631cc04fc51c58c8c76388041b7c682374f0210c5d8942fb
  /usr/local/share/licenses/milter-regex-1.9/BSD: 10ea3c3025feaa9d3b272d855acb887e70a64fc2d2b2cf427de47d25502262b2
  /usr/local/share/licenses/milter-regex-1.9/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/milter-regex-1.9/catalog.mk: 218efc1125d3a8fb1569b59c5542acf1cbffd6f10611ea22a6cb638e4c8b2dda
directories:
  /var/run/milter-regex/: y
  /usr/local/share/licenses/milter-regex-1.9/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    mkdir -m 700 -p /var/run/milter-regex
    chown mailnull:daemon /var/run/milter-regex
    cd /
    cd /usr/local
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /
    cd /usr/local
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /
    cd /usr/local
    cd /usr/local
    cd /usr/local
message: "===>  INSTALL NOTES:\n\n\tTo run milter-regex daemon on startup, add milterregex_enable=\"YES\"\n\tin
  your /etc/rc.conf.  You will need to create a config file:\n\n\t\t/usr/local/etc/milter-regex.conf\n\n\tThe
  plugin needs to be registered in the sendmail(8) configuration.\n\n\tSee milter-regex(8)
  for details.\n\n"
