Re: Procmail
On 10/09/07 16:06, Rem P Roberti wrote:
>
> Back at it (Kyle, are you out there?). I've been trying to set up
> individual mailboxes for folks I receive mail from frequently. I
> create the mailbox in .muttrc (mailboxes $HOME/Mail/user), and then a recipe
> like this in
> .procmailrc:
>
> :0:
> * ^From: user@xxxxxxxxxxxxxxx
> user
>
> But the mail isn't getting filtered to the named mailboxes. Procmail is
> making me feel a little stupid.
If you have mbox it should be:
:0:
* ^From:.*user@xxxxxxxxxxxxxxx
$HOME/Mail/user
If maildir:
:0:
* ^From:.*user@xxxxxxxxxxxxxxx
$HOME/Mail/user/
--
#Joseph
GPG KeyID: ED0E1FB7