---
name: bulk_mailer
version: 1.13
origin: mail/bulk_mailer
comment: Speeds delivery to mailing lists by sorting & batching addresses
arch: freebsd:10:x86:64
www: UNKNOWN
maintainer: mat@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 96469
desc: |
  This is a C program to do "bulk" mailing.  For input, it takes a file
  of recipient addresses (one address per line) and a message (with
  headers already attached) to be sent to the recipients.  It sorts the
  recipient list by reversed domain (so similar ones sort together),
  splits up the recipients into several groups containing no more than N
  domains each, creates an SMTP envelope for each group of recipients,
  and feeds that envelope to "/usr/sbin/sendmail -bs".
categories:
- mail
options: {DOCS: on}
files:
  /usr/local/share/licenses/bulk_mailer-1.13/catalog.mk: 688e7fbf7395416f0ed6c42f3fdd5dc9383a5ebc2472df5c19395e7c9d45e657
  /usr/local/share/licenses/bulk_mailer-1.13/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/bulk_mailer-1.13/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/bin/bulk_mailer: d2fe72ef916ef5a777ecb542d38df4b98b0912b812f2cf25bd0ca8f18deb3200
  /usr/local/man/man1/bulk_mailer.1.gz: b11e5089a476f0cdb92438fd3575c7a9e100601dba873ea29f93b0cef75172c6
  /usr/local/share/doc/bulk_mailer/README: 1e9620c33c423835b696a23f64212c89240eb2046879efa5de04d344cec8c293
  /usr/local/share/doc/bulk_mailer/bulk_mailer.ps: e02c9ec84e9c7832b7677bd39d20848755a79e385897208254e4cebe7e046bf1
directories:
  /usr/local/share/doc/bulk_mailer/: n
  /usr/local/share/licenses/bulk_mailer-1.13/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    #rmdir /usr/local/share/licenses 2>/dev/null || true
  post-deinstall: |
    cd /usr/local
