On Fri, 10 Dec 1999, Juergen Buddy Hoffmann wrote:
> > senders=" ! ^autoreply@ : ! ^vacation@ : ! ^\\$"
>
> Hi, when editing the line then this is in the log...
>
> 1999-12-10 12:15:04 11wNz1-00044z-00 expansion of ! ^autoreply@ : ! ^vacation@ : !^$ : failed: $ not followed by letter, digit, or {
Oh, rats. It needs to be
senders=" ! ^autoreply@ : ! ^vacation@ : ! ^\\\\$"
because the \ gets interpreted both by the "" and by the expansion.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.