Jost Schaper said:
>
> * ^To:.*list-name
> ! list-name@localhost
> goes to the list
You could have Cc: list, so you may want to change your rules to
^TOlist-name
(^TO is a built-in shorthand to cover To/Cc and all other variants including
the colon and implicit .*)
> :0 c
> backup
>
> :0 ic
> |cd backup && rm -f dummy `ls -t msg.* | sed -e 1,32d`
The first says "write to file named 'backup'", yet the second indicates that
'backup' is really a dir. Change the first to:
:0c:
backup/choose-a-filename
(Note the extra colon on the flags, which says to use file locking.)
--bill
Follow-Ups:
References:
|
|