Soffen, Matthew <[EMAIL PROTECTED]> writes:

> This is what I use as bounce_script

>       #!/usr/bin/perl
>       print "Sorry, no mailbox here by that name (#5.1.1)";
>       print STDERR "Sorry, no mailbox here by that name (#5.1.1)";
>       exit 100;

I like Perl as well or better than the next guy, but wouldn't this be more
succinctly (and slightly faster) written as:

|bouncesaying 'Sorry, no mailbox here by that name. (#5.1.1)'

than with a Perl script?

-- 
Russ Allbery ([EMAIL PROTECTED])         <URL:http://www.eyrie.org/~eagle/>

Reply via email to