On Tue Jan 17, 2006 at 14:41:40 -0500, Eric Benoit wrote:
>
>Is there anyway I can make e-mails from this listserv come in with
>bracets [] and the name of the listserv in it ex: [DNS-isc] or something
>like that?
>
Filter on the List-Id: header, as I do in procmail:
:0
* ^((List-Id|X-(Mailing-)?List):(.*[<]\/[^>]*))
{
LISTID=$MATCH
:0
* LISTID ?? ^\/[^@\.]*
.list.$MATCH/
}