On Thu, Aug 30, 2012 at 03:28:32PM +0530, Karthikeyan A.K wrote:
> I don't know if this post is legal or not, but I see that this mailing list
> is written with python software and is too complex to understand and
> configure. I also see that top posting and having many dots can be detected
> by automation and possibly rejected. Can any one take this as a project and
> do it. This might make this one human friendly and less geeky.
I've had a procmail rule to do this for quite a while.
##### ILUGC
# Remove the unsubscribe info at the end of messages from ilugc, and move it
into the ilugc folder.
:0 f
* ^Sender.*ilugc-bounces
| sed -n '/^_______________________________________________/ { N;
/^__*\nILUGC/q}; p'
# if the message is filtered above, it is from ilugc
:0 A:
ilugc2
##### ILUGC ends
Of course, you would need to use an MTA like getmail or fetchmail to
get your mail.
Kumar
--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Listing all files under current dir LOST #539
One of the many methods to display all files under current
directory inclusive of subdirs:
$ find . -depth -print
####[usmbish (at) users.sourceforge.net]######################
:
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc