[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Procmail, Mutt und Mailboxen



Hallo Udo,

* Udo Müller <info@cs-ol.de> [11-08-01 18:54]:

> Habe mich gestern mal mit procmail befasst und sortiere meine Mails
> jetzt in ~/Mail ein. Tolle Sache, aber wie kann mir mutt anzeigen,
> in welchen Mailboxen noch neue Mails sind?

mailboxes `find ~/Mail -type f -print | grep -v saved | xargs`
in die .muttrc

> Weiterhin, sortiert procmail nicht alle Mails in die ~/Mail/*
> Mailboxen, sondern stellt auch einige ins /var/mail/user.

Hast Du
MAILDIR=$HOME/Mail      # You'd better make sure it exists
in Deiner .procmailrc?

> Oder ist dafür exim verantwortlich?

Kommt darauf an wie er konfiguriert ist. (siehe unten)

> In meiner .forward steht:
> 
> | /usr/bin/procmail

Wenn Du

|  # This transport is used for procmail
|  procmail_pipe:
|  driver = pipe
|  command = "/usr/bin/procmail -d ${local_part}"
|  return_path_add
|  delivery_date_add
|  envelope_to_add
|  check_string = "From "
|  escape_string = ">From "
|  user = $local_part
|  group = mail

in Deiner exim.conf hast, ist das afaik ueberfluessig. Lass mal die
.forward weg, wahrscheinlich klappts dann.

> In der .promailrc stehen diverse Regeln und die letzte für alle
> restlichen Mails lautet:
> 
> # Der Rest geht in die Inbox
> :0:
> * ^(From|Cc|To).*
> inbox

Das hier reicht bzw. ist besser:

:0:
inbox

Janto

-- 
Anyone who slaps a 'this page is best viewed with Browser X' label on a
Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network.  - Tim Berners-Lee

Attachment: pgpcSnodCmnjq.pgp
Description: PGP signature


Reply to: