for some of my smartlists, i have been using the following to
put the listname in the Subject. however, strange things happen
from time to time and i believe it is due to people inserting
manually 'Re: ' and 'Re: [listname]'.
:0wfh
* $!^Subject: *(re:[ ]*)?\[$list\]
* ^Subject: \/.*
| formail -I"Subject: [$list] $MATCH"
is:
* $!^Subject: *(re:[ ]*)?\[$list\]
really a better way to go than something like:
* $!^Subject: *Re:.[$list\]
to be honest, i lost track of just exactly what
* $!^Subject: *(re:[ ]*)?\[$list\] is doing.
any comments would be appreciated.
thanks,
--paul
--