Re: bulk mailer

2006-12-16 Thread José Alburquerque
Russell L. Harris wrote: I need a method to email a weekly Bible study to a list of a hundred or so recipients. I found in the Debian archive a package named "libmail-bulkmail-perl". I installed the package and looked at the example files in "/usr/share/doc/libmail-bulkmail-perl", but I have bee

Re: bulk mailer

2006-12-13 Thread Russell L. Harris
* Dave Sherohman <[EMAIL PROTECTED]> [061212 18:00]: > On Tue, Dec 12, 2006 at 06:58:36AM -0600, Russell L. Harris wrote: >> It appears that all of the Mailman documentation assumes that the >> host has a valid publicly-accessible URL. If that is a >> requirement, then I cannot use Mailman. > >

Re: bulk mailer

2006-12-12 Thread Russell L. Harris
* David E. Fox <[EMAIL PROTECTED]> [061212 22:00]: > On Tue, 12 Dec 2006 06:58:36 -0600 > "Russell L. Harris" <[EMAIL PROTECTED]> wrote: > > > > So now I'm intimidated. I'm thinking that perhaps that it would be > > better to use Mutt with an alias list. > > Or even: > > $ for i in `cat recipi

Re: bulk mailer

2006-12-12 Thread David E. Fox
On Tue, 12 Dec 2006 06:58:36 -0600 "Russell L. Harris" <[EMAIL PROTECTED]> wrote: > So now I'm intimidated. I'm thinking that perhaps that it would be > better to use Mutt with an alias list. Or even: $ for i in `cat recipients` do mail -s "Weekly study" $i < study_this_week_file sleep 2

Re: bulk mailer

2006-12-12 Thread Dave Sherohman
On Tue, Dec 12, 2006 at 06:58:36AM -0600, Russell L. Harris wrote: > Please note that my SOLE interest in Mailman is one-way transmission > -- implementation of an "announce only" newsletter, rather than a > traditional mailing list. My largest Mailman list is an announcement-only list. It's pret

Re: bulk mailer

2006-12-12 Thread J.A. de Vries
On 2006-12-11 @ 07:50:07 (week 50) Russell L. Harris wrote: > I need a method to email a weekly Bible study to a list of a hundred > or so recipients. > > I found in the Debian archive a package named "libmail-bulkmail-perl". > I installed the package and looked at the example files in > "/usr/sh

Re: bulk mailer

2006-12-12 Thread Roberto C. Sanchez
On Tue, Dec 12, 2006 at 06:58:36AM -0600, Russell L. Harris wrote: > * Roberto C. Sanchez <[EMAIL PROTECTED]> [061211 08:13]: > > On Mon, Dec 11, 2006 at 07:50:07AM -0600, Russell L. Harris wrote: > >> I need a method to email a weekly Bible study to a list of a hundred > >> or so recipients. > ...

Re: bulk mailer

2006-12-12 Thread Russell L. Harris
* Roberto C. Sanchez <[EMAIL PROTECTED]> [061211 08:13]: > On Mon, Dec 11, 2006 at 07:50:07AM -0600, Russell L. Harris wrote: >> I need a method to email a weekly Bible study to a list of a hundred >> or so recipients. ... >> I found in the Debian archive a package named > >> "libmail-bulkmail-per

Re: bulk mailer

2006-12-11 Thread Dave Sherohman
On Mon, Dec 11, 2006 at 07:50:07AM -0600, Russell L. Harris wrote: > I found in the Debian archive a package named "libmail-bulkmail-perl". The "lib" at the start means it's a library. You haven't installed a program, you've installed a collection of predefined functions which can be used to writ

Re: bulk mailer

2006-12-11 Thread ss11223
On Dec 11, 9:00 am, "Russell L. Harris" <[EMAIL PROTECTED]> wrote: > I need a method to email a weekly Bible study to a list of a hundred > or so recipients. > > I found in the Debian archive a package named "libmail-bulkmail-perl". > I installed the package and looked at the example files in > "

Re: bulk mailer

2006-12-11 Thread Carl Fink
On Mon, Dec 11, 2006 at 07:50:07AM -0600, Russell L. Harris wrote: > I need a method to email a weekly Bible study to a list of a hundred > or so recipients. I've been using Mailman (Python-based) for years with no significant problems that weren't my own damn fault. Requires running an MTA. --

Re: bulk mailer

2006-12-11 Thread Roberto C. Sanchez
On Mon, Dec 11, 2006 at 07:50:07AM -0600, Russell L. Harris wrote: > I need a method to email a weekly Bible study to a list of a hundred > or so recipients. > > I found in the Debian archive a package named "libmail-bulkmail-perl". > I installed the package and looked at the example files in > "/