INN 2.5, inn-CURRENT-20090103 Issues
Julien ÉLIE
julien at trigofacile.com
Fri Jan 16 22:45:59 UTC 2009
Hi William,
> I got the same error message. It appears the MAILCMD is triggering the error message from what I can tell. Any thoughts on what
> to do with that?
MAILCMD is <pathbin>/innmail
Just do the same thing ("exit;") with it.
innmail -h
innmail -s "test" mail-address
Does it generate the warning?
Is this patch changing something?
--- innmail.in (révision 8263)
+++ innmail.in (copie de travail)
@@ -13,7 +13,7 @@
$0 =~ s!.*/!! ;
require 5.001 ;
-require 'getopts.pl' ;
+use Getopts::Std;
use vars qw($opt_h);
die "$0: No \$INN::Config::mta variable defined.\n"
@@ -26,7 +26,7 @@
$usage = "usage: $0 -s subject addresses\n\n" .
"Reads stdin for message body\n" ;
-&Getopts ("s:h") || die $usage ;
+getopts("s:h") || die $usage ;
die $usage if $opt_h ;
--
Julien ÉLIE
« À vaincre sans péril, on évite des ennuis ! » (légionnaire romain)
More information about the inn-workers
mailing list