How would one do a redirect *and* a keep?

Basically, we want to do the equivalent of:

\user,user@domain

first thought was, by Vince, was:

if true {
        keep;
        redirect "user@domain";
}

gave errors ...

how about something like:

if true { 
        keep && redirect "user@domain";
}

?


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: [EMAIL PROTECTED]           secondary: scrappy@{freebsd|postgresql}.org 

Reply via email to