/[Apache-SVN]/spamassassin/trunk/spamassassin.raw
ViewVC logotype

Diff of /spamassassin/trunk/spamassassin.raw

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/spamassassin.raw	2005/10/16 08:53:27	322461
+++ spamassassin/trunk/spamassassin.raw	2005/10/16 09:37:20	322462
@@ -175,6 +175,7 @@ GetOptions(
   'debug|D:s'                               => \$opt{'debug'},
   'error-code|exit-code|e:i'                => \$opt{'error-code'},
   'help|h|?'                                => \$opt{'help'},
+  'ipv4only|ipv4-only|ipv4'                 => \$opt{'force_ipv4'},
   'lint'                                    => \$opt{'lint'},
   'local-only|local|L'                      => \$opt{'local'},
   'mbox'                                    => sub { $opt{'format'} = 'mbox'; },
@@ -240,6 +241,7 @@ my $spamtest = new Mail::SpamAssassin(
     rules_filename      => $opt{'configpath'},
     site_rules_filename => $opt{'siteconfigpath'},
     userprefs_filename  => $opt{'prefspath'},
+    force_ipv4          => $opt{'force_ipv4'},
     local_tests_only    => $opt{'local'},
     debug               => $opt{'debug'},
     dont_copy_prefs     => ( $opt{'create-prefs'} ? 0 : 1 ),

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26