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
* 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.
>
>
* 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
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
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
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
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.
> ...
* 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
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
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
> "
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.
--
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
> "/
12 matches
Mail list logo