[Mimedefang] Error Message

Jeff Grossman jeff at stikman.com
Tue Dec 17 21:41:01 EST 2002


I just installed 2.28 under Redhat 7.3 and have the following error
message:

Dec 17 18:34:50 apple mimedefang-multiplexor: Slave 0 stderr: Use of
uninitializ
ed value in string eq at /etc/mail/mimedefang-filter line 392, <STDIN>
line 1.
Dec 17 18:34:50 apple sm-mta[22804]: gBI2YoMI022804:
from=<jeff at stikman.com>, si
ze=514, class=0, nrcpts=1,
msgid=<000001c2a63e$0804ca30$0a0a0a0a at jeffxp>, proto=
ESMTP, daemon=MTA, relay=jeff [10.10.10.10]
Dec 17 18:34:50 apple mimedefang-multiplexor: stats 1040178890.288
StartFilter s
lave=0 nslaves=3 nbusy=1
Dec 17 18:34:54 apple mimedefang-multiplexor: Slave 0 stderr: Use of
uninitializ
ed value in split at /usr/lib/perl5/5.6.1/File/Spec/Unix.pm line 189.
Use of uni
nitialized value in split at /usr/lib/perl5/5.6.1/File/Spec/Unix.pm line
189.
Dec 17 18:34:54 apple mimedefang-multiplexor: stats 1040178894.892
EndFilter sla
ve=0 nslaves=3 nbusy=0 numRequests=4
Dec 17 18:34:54 apple sm-mta[22804]: gBI2YoMI022804: Milter add: header:
X-Spam-
Score: No, 1.6 (*)
Dec 17 18:34:54 apple sm-mta[22804]: gBI2YoMI022804: Milter add: header:
X-Scann
ed-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang)
Dec 17 18:34:54 apple sm-mta[22808]: gBI2YoMI022804:
to=<jeff at stikman.com>, ctla
ddr=<jeff at stikman.com> (500/501), delay=00:00:04, xdelay=00:00:00,
mailer=local,
 pri=30804, dsn=2.0.0, stat=Sent

One additional thing.  I must have set something up wrong.  I am now
getting all of the slave messages in my maillog instead of just the
mimedefang/stats file.  What variable did I set that I did not want to
set?  I still want the mimedefang/stats file.

Thanks,
Jeff

p.s.  I put the following code in filter_relay, but it appears to not be
working, because the above message was scanned by MIMEDefang:

    if ($relayaddress eq "127.0.0.1" and
        $address =~ /^10\.10\.10\./) {
                # Localhost or within the 10.1010..* range, so bypass
further f$
                return("ACCEPT_AND_NO_MORE_FILTERING", "bypass");
        } else {
                # Not one of ours, keep filtering
        return ("CONTINUE", "filter");
        }

-- 
Jeff Grossman (jeff at stikman.com)





More information about the MIMEDefang mailing list