Package: spamassassin
Version: 3.3.2-2
Severity: normal
This error message happened twice today:
spamd: Can't locate auto/POSIX/SigAction/new.al in @INC (@INC contains:
/usr/share/perl5 /etc/perl /usr/local/lib/perl/5.12.4
/usr/local/share/perl/5.12.4
/usr/lib/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12
/usr/local/lib/site_perl) at /usr/share/perl5/Mail/SpamAssassin/Util.pm line
1566
I'm not sure why these emails triggered the error, and the rest of the emails
didn't, so I can't be too helpful in that regard. There are three recipients
on my
machine that are on the same mailing list, and so three emails came in at the
same time, that seems like the only interesting thing about this situation.
I recently upgraded from 5.12.4-6 -> 5.14.2-5, if that helps anything.
I'll keep an eye out and see if I get any more.
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages spamassassin depends on:
ii libarchive-tar-perl <none>
ii libhtml-parser-perl 3.69-1+b1
ii libnet-dns-perl 0.66-2+b2
ii libnetaddr-ip-perl 4.056+dfsg-1+b1
ii libsocket6-perl 0.23-1+b2
ii libsys-hostname-long-perl 1.4-2
ii libwww-perl 6.03-1
ii perl 5.14.2-5
ii perl-modules [libio-zlib-perl] 5.14.2-5
Versions of packages spamassassin recommends:
ii gcc 4:4.6.1-3
ii gnupg 1.4.11-3
ii libc6-dev 2.13-21
ii libio-socket-inet6-perl 2.67-0.1
ii libmail-spf-perl 2.007-1
ii make 3.81-8.1
ii perl [libsys-syslog-perl] 5.14.2-5
ii re2c 0.13.5-1
ii spamc 3.3.2-2
Versions of packages spamassassin suggests:
ii libdbi-perl 1.616-1+b2
ii libio-compress-perl [libcompress-zlib-perl] 2.040-1
ii libio-socket-ssl-perl 1.49-1
ii libmail-dkim-perl <none>
ii libnet-ident-perl <none>
ii perl [libcompress-zlib-perl] 5.14.2-5
ii pyzor <none>
ii razor 1:2.85-4+b1
-- Configuration Files:
/etc/cron.daily/spamassassin changed:
CRON=0
test -f /etc/default/spamassassin && . /etc/default/spamassassin
test -x /usr/bin/sa-update || exit 0
test -x /etc/init.d/spamassassin || exit 0
if [ "$CRON" = "0" ] ; then
exit 0
fi
die_with_lint() {
spamassassin --lint -D 2>&1
exit 1
}
do_compile() {
if [ -x /usr/bin/re2c -a -x /usr/bin/sa-compile \
-a -d /var/lib/spamassassin/compiled ]; then
sa-compile --quiet
# Fixup perms -- group and other should be able to
# read and execute, but never write. Works around
# sa-compile's failure to obey umask.
if [ -d /var/lib/spamassassin ]; then
chmod -R go-w,go+rX /var/lib/spamassassin/
fi
fi
}
reload() {
# Reload
if which invoke-rc.d >/dev/null 2>&1; then
invoke-rc.d spamassassin reload > /dev/null
invoke-rc.d spamassassin-virtual reload > /dev/null 2>&1
else
/etc/init.d/spamassassin reload > /dev/null
/etc/init.d/spamassassin-virtual reload > /dev/null 2>&1
fi
if [ -d /etc/spamassassin/sa-update-hooks.d ]; then
run-parts --lsbsysinit /etc/spamassassin/sa-update-hooks.d
fi
}
RANGE=3600
number=`od -vAn -N2 -tu4 < /dev/urandom`
number=`expr $number "%" $RANGE`
sleep $number
umask 022
sa-update
case $? in
0)
# got updates!
spamassassin --lint || die_with_lint
do_compile
reload
;;
1)
# no updates
exit 0
;;
2)
# lint failed!
die_with_lint
;;
*)
echo "sa-update failed for unknown reasons" 1>&2
;;
esac
/etc/default/spamassassin changed:
ENABLED=1
OPTIONS="--create-prefs --min-children 3 --max-children 8 --helper-home-dir"
PIDFILE="/var/run/spamd.pid"
NICE="--nicelevel 10"
CRON=1
/etc/spamassassin/init.pre changed:
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
/etc/spamassassin/local.cf changed:
report_safe 0
trusted_networks 204.16.245.96/28
trusted_networks 66.92.66.221/32
internal_networks 204.16.245.96/28
lock_method flock
bayes_ignore_header X-Bogosity
bayes_ignore_header X-Spam-Flag
bayes_ignore_header X-Spam-Status
score DNS_FROM_RFC_POST 0.0
score MULTIPLE_DIGEST 0.0
fold_headers 1
dns_available yes
loadplugin Mail::SpamAssassin::Plugin::AntiVirus
loadplugin Mail::SpamAssassin::Plugin::TextCat
loadplugin Mail::SpamAssassin::Plugin::RelayCountry
loadplugin Mail::SpamAssassin::Plugin::Shortcircuit
loadplugin Mail::SpamAssassin::Plugin::AWL
ifplugin Mail::SpamAssassin::Plugin::Shortcircuit
shortcircuit USER_IN_WHITELIST on
shortcircuit USER_IN_DEF_WHITELIST on
shortcircuit USER_IN_ALL_SPAM_TO on
shortcircuit SUBJECT_IN_WHITELIST on
shortcircuit USER_IN_BLACKLIST on
shortcircuit USER_IN_BLACKLIST_TO on
shortcircuit SUBJECT_IN_BLACKLIST on
shortcircuit ALL_TRUSTED on
shortcircuit NO_RELAYS on
shortcircuit BAYES_99 spam
endif # Mail::SpamAssassin::Plugin::Shortcircuit
score HK_RANDOM_FROM 0.0 # what a broken rule. It matches on
[email protected]
score RCVD_IN_BL_SPAMCOP_NET 1.0 # let's increase spamcop's relay checker
/etc/spamassassin/v310.pre changed:
loadplugin Mail::SpamAssassin::Plugin::SpamCop
loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
/etc/spamassassin/v312.pre changed:
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]