Hallo,

I've got lotsa syslog entrys like the following ones:

[...]
spamd[23223]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN13> line 69
spamd[23223]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN13> line 70.
spamd[23223]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN13> line 71.
spamd[23223]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN13> line 72.
spamd[23223]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN13> line 73.
[...]

those errors ends like that:

spamd[5779]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN61> line 77.
spamd[5779]: Use of uninitialized value in numeric eq (==) at /opt/gnu/bin/spamd line 
707, <GEN61> line 78.
spamd[5779]: checking message <[EMAIL PROTECTED]> for (unknown):108.
spamd[5779]: identified spam (5.2/5.0) for (unknown):108 in 0.8 seconds, 4241 bytes.

lines from my spamd:

707:     $msgid        ||= "(unknown)";
708:     $current_user ||= "(unknown)";


here are some specs of my system:
        sun solaris 5.8
        perl v5.8.0 built for sun4-solaris


the only thing i've changed within spamd was this one;
due to an error message while starting spamd from within an init script.

 my $log_facility = $opt{'syslog'}        || 'mail';
 my $log_socket   = $opt{'syslog-socket'} || 'unix';

into:

 my $log_socket   = $opt{'syslog-socket'} || 'inet';

here is the line:

 /opt/gnu/bin/spamd -u milter -d -x -p 4478 -s mail


does ne1 know whats going wrong here ?


thnx in advance.

regards,
Matthias


-------------------------------------------------------
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