The FreeBSD Ports Archive
FreeBSD mail : bulk_mailer4>
Speeds delivery to mailing lists by sorting & batching addresses
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".
ftp://cs.utk.edu/pub/moore/bulk_mailer/
|
bulk_mailer history
v. 1.15
date: 2005/11/28 23:17:45; author: linimon; state: Exp; lines: +1 -1
Maintainer no longer has a FreeBSD box.
v. 1.14
date: 2003/02/21 12:42:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/09/29 05:33:01; author: kris; state: Exp; lines: +8 -6
- Install PostScript documentation, too
- Respect NOPORTDOCS
- Use INSTALL_DATA instead of INSTALL_MAN when installing docs
- Use DOCSDIR shortcut
- Make installation a little bit more vebose
- Redo patch a bit better than my last commit
Submitted by: Sergei Kolobov
PR: ports/42693
v. 1.12
date: 2001/02/14 20:19:39; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.11
date: 2001/02/05 15:10:28; author: olgeni; state: Exp; lines: +3 -3
Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
v. 1.10
date: 2000/06/08 10:00:39; author: sobomax; state: Exp; lines: +7 -9
Update bulk_mailer from 1.12 to 1.13.
Several my own fixes/cleanups:
- make it use mkstemp() instead of less secupe mktemp();
- HAS_CONFIGURE --> GNU_CONFIGURE;
- install README into separate bulk_mailer directory under ${PREFIX}/share/doc,
not just ${PREFIX}/share/doc/bulk_mailer.README.
PR: 19100
Submitted by: Ying-Chieh Liao
v. 1.9
date: 2000/04/13 19:59:25; author: cpiazza; state: Exp; lines: +3 -3
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 1999/08/25 06:50:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/02/13 02:50:50; author: obrien; state: Exp; lines: +6 -4
update to 1.12
Submitted by: Michael
Ok'ed by: Satoshi
v. 1.6
date: 1998/10/13 01:32:55; author: jseger; state: Exp; lines: +1 -7
Unbreak for ELF.
Submitted by: steve
v. 1.5
date: 1998/10/12 18:33:55; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
===> Installing for bulk_mailer-1.11
===> Generating temporary packing list
-s: not found
*** Error code 1
also remove patch-ac which is no longer neccessary
v. 1.4
date: 1998/10/08 05:06:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v1.11.
Submitted by: Studded
v. 1.3
date: 1998/08/10 00:05:45; author: steve; state: Exp; lines: +20 -6
Update to version 1.10.
PR: 5638
Submitted by: lioux@gns.com.br
v. 1.2
date: 1997/03/28 10:10:05; author: asami; state: Exp; lines: +4 -5
Just a little variable reorderization.
v. 1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp; lines: +0 -0
Import of bulk-mailer v1.5, a program for speeding up batched e-mail delivery to a mailing list.
Reviewed by: James FitzGibbon
Submitted by: dlowe@saturn5.com
=============================================================================
v. 1.15
date: 2005/11/28 23:17:45; author: linimon; state: Exp; lines: +1 -1
Maintainer no longer has a FreeBSD box.
v. 1.14
date: 2003/02/21 12:42:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/09/29 05:33:01; author: kris; state: Exp; lines: +8 -6
- Install PostScript documentation, too
- Respect NOPORTDOCS
- Use INSTALL_DATA instead of INSTALL_MAN when installing docs
- Use DOCSDIR shortcut
- Make installation a little bit more vebose
- Redo patch a bit better than my last commit
Submitted by: Sergei Kolobov
PR: ports/42693
v. 1.12
date: 2001/02/14 20:19:39; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.11
date: 2001/02/05 15:10:28; author: olgeni; state: Exp; lines: +3 -3
Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
v. 1.10
date: 2000/06/08 10:00:39; author: sobomax; state: Exp; lines: +7 -9
Update bulk_mailer from 1.12 to 1.13.
Several my own fixes/cleanups:
- make it use mkstemp() instead of less secupe mktemp();
- HAS_CONFIGURE --> GNU_CONFIGURE;
- install README into separate bulk_mailer directory under ${PREFIX}/share/doc,
not just ${PREFIX}/share/doc/bulk_mailer.README.
PR: 19100
Submitted by: Ying-Chieh Liao
v. 1.9
date: 2000/04/13 19:59:25; author: cpiazza; state: Exp; lines: +3 -3
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 1999/08/25 06:50:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/02/13 02:50:50; author: obrien; state: Exp; lines: +6 -4
update to 1.12
Submitted by: Michael
Ok'ed by: Satoshi
v. 1.6
date: 1998/10/13 01:32:55; author: jseger; state: Exp; lines: +1 -7
Unbreak for ELF.
Submitted by: steve
v. 1.5
date: 1998/10/12 18:33:55; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
===> Installing for bulk_mailer-1.11
===> Generating temporary packing list
-s: not found
*** Error code 1
also remove patch-ac which is no longer neccessary
v. 1.4
date: 1998/10/08 05:06:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v1.11.
Submitted by: Studded
v. 1.3
date: 1998/08/10 00:05:45; author: steve; state: Exp; lines: +20 -6
Update to version 1.10.
PR: 5638
Submitted by: lioux@gns.com.br
v. 1.2
date: 1997/03/28 10:10:05; author: asami; state: Exp; lines: +4 -5
Just a little variable reorderization.
v. 1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp; lines: +0 -0
Import of bulk-mailer v1.5, a program for speeding up batched e-mail delivery to a mailing list.
Reviewed by: James FitzGibbon
Submitted by: dlowe@saturn5.com
=============================================================================
v. 1.15
date: 2005/11/28 23:17:45; author: linimon; state: Exp; lines: +1 -1
Maintainer no longer has a FreeBSD box.
v. 1.14
date: 2003/02/21 12:42:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/09/29 05:33:01; author: kris; state: Exp; lines: +8 -6
- Install PostScript documentation, too
- Respect NOPORTDOCS
- Use INSTALL_DATA instead of INSTALL_MAN when installing docs
- Use DOCSDIR shortcut
- Make installation a little bit more vebose
- Redo patch a bit better than my last commit
Submitted by: Sergei Kolobov
PR: ports/42693
v. 1.12
date: 2001/02/14 20:19:39; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.11
date: 2001/02/05 15:10:28; author: olgeni; state: Exp; lines: +3 -3
Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
v. 1.10
date: 2000/06/08 10:00:39; author: sobomax; state: Exp; lines: +7 -9
Update bulk_mailer from 1.12 to 1.13.
Several my own fixes/cleanups:
- make it use mkstemp() instead of less secupe mktemp();
- HAS_CONFIGURE --> GNU_CONFIGURE;
- install README into separate bulk_mailer directory under ${PREFIX}/share/doc,
not just ${PREFIX}/share/doc/bulk_mailer.README.
PR: 19100
Submitted by: Ying-Chieh Liao
v. 1.9
date: 2000/04/13 19:59:25; author: cpiazza; state: Exp; lines: +3 -3
Update to use PORTNAME/PORTVERSION
v. 1.8
date: 1999/08/25 06:50:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1999/02/13 02:50:50; author: obrien; state: Exp; lines: +6 -4
update to 1.12
Submitted by: Michael
Ok'ed by: Satoshi
v. 1.6
date: 1998/10/13 01:32:55; author: jseger; state: Exp; lines: +1 -7
Unbreak for ELF.
Submitted by: steve
v. 1.5
date: 1998/10/12 18:33:55; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
===> Installing for bulk_mailer-1.11
===> Generating temporary packing list
-s: not found
*** Error code 1
also remove patch-ac which is no longer neccessary
v. 1.4
date: 1998/10/08 05:06:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v1.11.
Submitted by: Studded
v. 1.3
date: 1998/08/10 00:05:45; author: steve; state: Exp; lines: +20 -6
Update to version 1.10.
PR: 5638
Submitted by: lioux@gns.com.br
v. 1.2
date: 1997/03/28 10:10:05; author: asami; state: Exp; lines: +4 -5
Just a little variable reorderization.
v. 1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/26 02:14:00; author: jfitz; state: Exp; lines: +0 -0
Import of bulk-mailer v1.5, a program for speeding up batched e-mail delivery to a mailing list.
Reviewed by: James FitzGibbon
Submitted by: dlowe@saturn5.com
=============================================================================
|
| |

|