tilde escaping

Marco d'Itri md at Linux.IT
Thu Feb 22 11:17:24 UTC 2001


        while (<$artfh>) {
            s/^~/~~/;
            print $mail $_;
        }

I suppose the intent is to protect crappy /usr/bin/mail programs, but is
this code really needed?

I see inn.conf.in has:

mta:                    @SENDMAIL@ -oi -oem %s

so BSD mail is not supposed to be used.

(Has gpgverify been integrated? Did anybody try it?)

-- 
ciao,
Marco



More information about the inn-workers mailing list