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