Thanks for the cool software. After turning it up on the Sendmail mail
server I get errors like these in /var/spool/maillog:

Sep  9 13:55:02 mailserver mimedefang-multiplexor: Slave 3 stderr: Use of
uninitialized value in substitution iterator at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 1279.

And /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 1279 looks like
this:

sub sed_path {
   1272   my ($self, $path) = @_;
   1273   return undef if (!defined $path);
   1274
   1275   $path =~ s/__local_rules_dir__/$self->{LOCAL_RULES_DIR} || ''/ges;
   1276   $path =~ s/__def_rules_dir__/$self->{DEF_RULES_DIR} || ''/ges;
   1277   $path =~ s{__prefix__}{$self->{PREFIX} || $Config{prefix} ||
'/usr'}ges;
   1278   $path =~
s{__userstate__}{$self->get_and_create_userstate_dir()}ges;
   1279   $path =~ s/^\~([^\/]*)/$self->expand_name($1)/es;
   1280
   1281   return Mail::SpamAssassin::Util::untaint_file_path ($path);
   1282 }

Versions:
SA version 2.55, Sendmail 8.12.8, MIMEDefang 2.36

Configuration:
cat /etc/mail/spamassassin/sa-mimedefang.cf  | grep -v "#"
required_hits           7
ok_locales              en
rewrite_subject 1
report_header 1
use_terse_report 0
skip_rbl_checks 1


Any ideas?

Thanks in advance,

--Karl



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to