Quoth Vadim Vygonets on Thu, Oct 21, 1999:
> # transport
> killdom_re:
> driver = autoreply
> user = exim
> group = exim
> subject = "Domain killed!"
> text = "Next time, use another domain"
> to = $h_from
I erred!
to = $sender_address
> # director
> killdom:
> driver = smartuser
> reansport = killdom_re
> domains = a.g.c.d
> unseen
Vadik.
--
Real software engineers don't debug programs, they verify correctness.
This process doesn't necessarily involve execution of anything on a
computer, except perhaps a Correctness Verification Aid package.