On Tue, Oct 09, 2007 at 05:15:22PM -0600, Joseph wrote: > If you have mbox it should be: > :0: > * ^From:.*user@xxxxxxxxxxxxxxx > $HOME/Mail/user > > If maildir: > :0: > * ^From:.*user@xxxxxxxxxxxxxxx > $HOME/Mail/user/ For maildir, locking isn't needed, so the colon isn't needed after the 0, so: :0 * ^From:.*user@xxxxxxxxxxxxxxx $HOME/Mail/user/ would be correct. -- Chris. ======