Re: [Mailman-Users] Email Header

2002-06-05 Thread Sinan Kaan Yerli
(04/06/2002 17:13) Doug La Farge: >using .procmailrc: > >:0 >* ^To:.*newsletter >* ^Subject:.*Newsletter >| ./sendletter.pl > >Looking at sendletter.pl: > >#!/usr/bin/perl >use Mail::Sendmail; > >while (<>){ $email .= $_ } >$sql = "select email from users"; >#loop the SQL call >%mail = ( To => "

RE: [Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
Title: RE: [Mailman-Users] Email Header Thanks one and all for the ideas. LuKreme started me off on the "right" track. I think I now have it dialed in. using .procmailrc: :0 * ^To:.*newsletter * ^Subject:.*Newsletter | ./sendletter.pl Looking at sendletter.pl: #!/usr/bin/per

RE: [Mailman-Users] Email Header

2002-06-04 Thread Steven Shults
CTED]] On Behalf Of Satya > Sent: Tuesday, June 04, 2002 4:03 PM > To: [EMAIL PROTECTED] > Subject: Re: [Mailman-Users] Email Header > > > On Jun 4, 2002 at 14:07, Doug La Farge wrote: > > >Because the user of this list needs to be able to send from their > >

Re: [Mailman-Users] Email Header

2002-06-04 Thread Satya
On Jun 4, 2002 at 14:07, Doug La Farge wrote: >Because the user of this list needs to be able to send from their >Outlook Express client with all the fancy images and formatting. >Yeah, I've got a basic little Perl script that already does this >including the SQL pull. Heck, maybe I can have

Re: [Mailman-Users] Email Header

2002-06-04 Thread Scott Courtney
On Tuesday 04 June 2002 05:07 pm, Doug La Farge wrote: > Because the user of this list needs to be able to send from their > Outlook Express client with all the fancy images and formatting. > It's a bit of a tedious job to "migrate" the email produced in > Outlook containing all those either local

Re: [Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
At 2:58 PM -0600 6/4/02, LuKreme wrote: > >> The avenue for being removed is not through any Mailman >> functionality. > >why do you need mailman? Because the user of this list needs to be able to send from their Outlook Express client with all the fancy images and formatting. It's a bit of a

Re: [Mailman-Users] Email Header

2002-06-04 Thread LuKreme
> The avenue for being removed is not through any Mailman > functionality. why do you need mailman? for $name in list_of_emails sendmail $name < letter.txt end (clean that up to talk to your SQL database and do the pulls, etc). -- You are responsible for your rose. "Rule 5: Get Kirsten Dun

Re: [Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
Title: Re: [Mailman-Users] Email Header Look in the Mailman/Defaults.py file for the DEFAULT_MSG_FOOTER parameter. Don't change it in this file, but instead copy these lines to your own Mailman/mm_cfg.py file and then edit as you wish. This doesn't appear to be what I

Re: [Mailman-Users] Email Header

2002-06-04 Thread Scott Courtney
On Tuesday 04 June 2002 03:15 pm, Doug La Farge wrote: [...] > I thought about hacking a script to edit the virtualusertable file > with sendmail to simply send to an alias. This leaves a security hole > - anyone can send to the alias which is not desired. I tend to agree that having e-mail acces

Re: [Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
The avenue for being removed is not through any Mailman functionality. The footer for the email will have instructions for how to leave the list. Basically, the user must email the Admin who will then remove the user from a Contact List manager - which is where all of the email addresses ori

Re: [Mailman-Users] Email Header

2002-06-04 Thread Scott Courtney
On Tuesday 04 June 2002 02:00 pm, Doug La Farge wrote: > > header including the following: > >List-Help: > >List-Unsubscribe: Are you sure you don't want to leave these two in? Generally it's considered good netiquette to make it easy for people to exit a l

[Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
I'm trying to use MailMan for its listserve features only. In other words I have _NO_ (ooops) need for the web site interface. In fact, there will be only one person that sends to the list. I'd like to customize the email that is sent out to the list but cannot seem to find a template for tha

[Mailman-Users] Email Header

2002-06-04 Thread Doug La Farge
I'm trying to use MailMan for its listserve features only. In other words I have need for the web site interface. In fact, there will be only one person that sends to the list. I'd like to customize the email that is sent out to the list but cannot seem to find a template for that. I'd like