[Gllug] How can I revert a mail digest?

tet at accucard.com tet at accucard.com
Tue Nov 13 08:25:16 UTC 2001


>man (for|proc)mail(ex|rc)? for more info [1]
>
>Regards,
>Stig
>
>[1] -- regular expressions are so much fun :)

Yes, they are, but being the pedant that I am, I have to point out
the error in yours :-) It should be:

	(formail|procmail(ex|rc)?)

Yours would match on formailrc and formailex as well as the intended
matches. But since we're talking about typing something at the shell,
it would probably be better specified as:

	man {formail,procmail{,ex,rc}}

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list