2010/1/29 Steffen Kaiser <[email protected]>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, 29 Jan 2010, Lampa wrote: > >> My script: >> --------------- >> if header :contains "from" ["[email protected]", "[email protected]", >> "[email protected]"] { >> redirect "[email protected]"; >> redirect "[email protected]"; >> .... >> redirect "[email protected]"; >> } else { >> keep; >> } > > either add "stop;" after redirects or remove the else branch, because after > the redirects you'll have the implict "keep", as far as I know. >
Negative. I must specify keep after redirect to keep copy & redirect. It's about implementation ? -- Lampa
