[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ProgSoc] procmail
Harold,
I use a simpler method to forward sort my mailing list emails:
#send progsoc mail to folder : progsoc
:0:
* ^TOprogsoc
progsoc
the "TO" part is a macro that counts as To, Cc, Bcc, etc..
it just looks for the progsoc keyword and send to the progsoc folder
Cheers,
Kane
On Sun, 21 Apr 2002, Harold Burchey wrote:
> Hello,
>
> I'm trying to use procmail to transfer all of my progsoc mailing list stuff
> (which isn't specifically for me) to $HOME/mail/progsoc.
>
> Below is the script
>
> # Filter out Mailing List Mail
> :0:
> * ^(To|Cc|Bcc).*(progsoc@nospam.progsoc|progsoc-announce@nospam.progsoc)
> * ! ^(To|Cc|Bcc).*(harold@nospam.progsoc|harold.a.burchey@nospam.uts.edu.au)
> ${HOME}/mail/progsoc
>
> :0:
> ${HOME}/mail
>
> I think it's the fourth line that screwy. If I don't comment it out, procmail
> sends my emails to individual msg.uthd files in my mail directory. I'm not sure
> how to fix it though.
>
> Anyone good with procmail have any ideas?
>
> thanks
>
> harold.
>
> -
> You are subscribed to the progsoc mailing list. To unsubscribe, send a
> message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
> If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
>
-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.