procmail
[Top] [All Lists]

Re: exmh

1997-07-15 08:28:00
On Tue, 15 Jul 1997 11:30:39 +0200, Malek Shabou 
<Malek(_dot_)Shabou(_at_)inria(_dot_)fr> said:

 I am using exmh and i want to used procmail to dispatch my mails
 automaticly.  when delivring mail procmail write a file named msg.CQY
 in the folder directory insted of a number.

Deliver to

    folder/.

instead of

    folder

This won't update the unseen sequence, though, and if memory servers
exmh likes you to use the unseen sequence.  For that you'll have to pipe
through rcvstore and use a lock file, like

    PATH=$PATH:/usr/bin/mh:/usr/lib/mh

    :0 :folder.lock
    * conditions
    | rcvstore +folder

Even then you're open to corruption because MH doesn't do locking itself.

-- 
Roderick Schertler
roderick(_at_)argon(_dot_)org

<Prev in Thread] Current Thread [Next in Thread>
  • exmh, Malek Shabou
    • Re: exmh, Roderick Schertler <=