Re: Multiple copies of list mail?
Viktor Rosenfeld wrote:
> Hi Mike,
>
> mike polniak wrote:
>
> > If your using procmail, there is a standard recipe for putting
> > duplicate messages in a separate folder, so you won't notice them unless
> > you check. I checked and i have not been getting any.
>
> Would you care to post that recipe on this list, or do you mean that
> it's included in the distribution of procmail. I must admit, that I'm
> not using procmail yet, but from what I've read, it's the perfect tool
> for me.
Well i went thru about six gui email clients before i saw the light.
Namely Mutt (mua) with procmail (mda). Try them, you'll like them!
As for procmailrc or muttrc, you can do a google search and get
lots of great configuration files for tweaking. If you look at them you'll
be amazed at the things you can do with email.
For a good intro to both take a look at www.linuxbrit.co.uk
Now for the procmail recipe (man procmail and man formail):
###### Use 16Kb cache to spot duplicates and put in folder or /dev/null
:0 Whc: .msgid.lock
| formail -D 16384 .msgid.cache
:0 a:
$MAILDIR/duplicates
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reply to: