this may be considered totally wierd but if u r using netscape u can actually
write u r own mail filters using Java Script .. The exact details are mentioned
in the JavaScript developers guide available at http://developer.netscape.com ..
Right now i am using a one line java script code to filter mails from LINUX-INDIA
which reads
if(message["Sender"].indexOf("owner-linux-india") != -1 )
message.folder = "c:/program files/netscape/users/anand/mail/Mailing
Lists.sbd/Linux";
Thru the object message almost any of the property of the mail can be accessed
and suitable action can be taken
Bye
Anand
Cyrus Patel wrote:
> Hi Vineet,
>
> For my computer at home which is connected to the net using ppp, I use
> a very useful email filtering program called procmail, for example
> in my ~/.procmailrc file I have the lines:
>
> :0:
> * ^To.*linux-india
> linux-india
>
> :0:
> * ^Resent-From.*debian-user
> debian
>
> etc
>
> This says that any mail with linux-india* in the To: field of the mail is
> to be stored in a file called linux-india. I then use my favourite mail
> reader Mutt to read the mail stored in the different folders....
>
> Hope this helps
> Cyrus
>
> vineet punetha [[EMAIL PROTECTED]] wrote:
> > Hi,
> > How can one filter mails in PINE ( ver 4.04 ) ??
> > What other mail utilis can be used in linux besides elm ;)?
> > regds
> > --vineet
> >
> > Vineet Punetha __o
> > B.E. III yr ECE -\<,
> > Kumaon Engg College ... (_)(_)
> > India
> > [EMAIL PROTECTED]
> >
> > ###########################################################################
> > I WAS BORN A GENIUS BUT EDUCATION RUINED ME
> > ###########################################################################
> >
> > --------------------------------------------------------------------
> > For more information on Linux in India visit http://www.linux-india.org/
> > The Linux India mailing list does not accept postings in HTML format.
>
> --
> Cyrus Patel - [EMAIL PROTECTED]
> Dept. of Computer Engineering Debian GNU/Linux
> University of New South Wales (Potato)
> Sydney, Australia.
>
> --------------------------------------------------------------------
> For more information on Linux in India visit http://www.linux-india.org/
> The Linux India mailing list does not accept postings in HTML format.
--------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.