Re: For Qmail List Owner

2000-06-21 Thread Eric Cox

I suppose you're looking to do filtering, right?

Netscape will filter messages for you, and put them into 
a different folder, etc.  Just click on Edit->Message Filters, 
and create a filter that puts any message with 
"[EMAIL PROTECTED]" in the To: or Cc: headers into a 
different folder.  Presto!

Hope that helps,
Eric


System Administrator wrote:
> 
> Hi
> 
> can we have a prefix set for our list. for example :
> 
> Subject line of each mail on the list has something as follows :
> 
> Subject : [Qmail] 
> 
> the dots signify the actual subject.
> 
> Note :
> ==
> Sorry to post this mail directly to the list, but i do not have the lsit
> owner's email id, hence the mail to the list.
> 
> regards,
> 
> Parag Mehta<[EMAIL PROTECTED]>
> System Administrator.
> Puretech Internet Pvt. Ltd.http://puretech.co.in/
> 77 Atlanta. Nariman Point.
> Mumbai - 400021. India.Tel: +91-22-2833158
> 
> Support is now available thru our Web Based Support System.
> http://support.puretech.co.in
> 



Re: For Qmail List Owner

2000-06-21 Thread Stephen Berg

Personally I don't like those prefixes to subject lines.  I'd rather
not see them.

On Wed, 21 Jun 2000 10:20:55 +0530 (IST), System Administrator wrote:

>Hi
>
>can we have a prefix set for our list. for example :
>
>Subject line of each mail on the list has something as follows :
>
>Subject : [Qmail] 
>
>the dots signify the actual subject.


Stephen Berg
//-USAF Instructor  -/-  Reluctant NT User -/- Web Designer-//
//- Home = [EMAIL PROTECTED]   -//
//-   Work = [EMAIL PROTECTED]   -//
//- http://iceberg.3c0x1.com/   -/-   http://www.3c0x1.com -// 





Re: Prefix on list mail (was: For Qmail List Owner)

2000-06-20 Thread Magnus Bodin

On Wed, Jun 21, 2000 at 10:20:55AM +0530, System Administrator wrote:
>
> can we have a prefix set for our list. for example :
> Subject line of each mail on the list has something as follows :
> Subject : [Qmail] 
> the dots signify the actual subject.
 
Why send extra 7 chars thus loosing visibility in the subject field?

You can do it yourself, choosing any text you want.
The attached script checks if the subject line contains your choice of
prefix and if it doesn't it tacks it on. (OK, I admit. The search is a little
crude.)

Run it in your .qmail-file that catches your qmail-list mail or if you have   
to, add some check on the "Mailing-List: contact [EMAIL PROTECTED];
run
by ezmlm"-line.

If you want, you can even expand it to handle multiple lists, friends,
enemies, spam-control etc. I'll leave it up to you to decide what "handle"
means in the different cases. 

/magnus

--%< cut here %< 
#!/usr/bin/perl
# tagmail.pl; 1999-02-18; [EMAIL PROTECTED]; http://x42.com/
use strict;

# read mail and split into hdr and body
my ($hdr, $body);
while () { last if /^[\r\n]*$/; $hdr .= $_; }
$body = join '',;

# Fix subject-line
$pre = '[Qmail]';
$hdr =~ s/^(subject:\s*)(.*)$/$1 [Qmail] $2/mi unless $hdr =~ /$pre/;;

# print mail 
print "$hdr";
#print "$hdr\n$body";



For Qmail List Owner

2000-06-20 Thread System Administrator

Hi

can we have a prefix set for our list. for example :

Subject line of each mail on the list has something as follows :

Subject : [Qmail] 

the dots signify the actual subject.

Note :
==
Sorry to post this mail directly to the list, but i do not have the lsit
owner's email id, hence the mail to the list.

regards,

Parag Mehta<[EMAIL PROTECTED]>
System Administrator.
Puretech Internet Pvt. Ltd.http://puretech.co.in/ 
77 Atlanta. Nariman Point.
Mumbai - 400021. India.Tel: +91-22-2833158  

Support is now available thru our Web Based Support System.
http://support.puretech.co.in