Package: dtc-common Version: 0.29.6-1 Filename: pool/main/d/dtc/dtc-common_0.29.6-1_all.deb Found error in /usr/share/dtc/admin/accesslog.php: $ grep -A5 -B5 /tmp/ /usr/share/dtc/admin/accesslog.php if [ ! -e $fullpath/awstats ]; then mkdir -p $fullpath/awstats fi AWSTATS_DIR_DATA=$fullpath/awstats export AWSTATS_LOG_FILE AWSTATS_FULL_DOMAIN AWSTATS_DIR_DATA echo \"\$AWSTATS_LOG_FILE \$AWSTATS_FULL_DOMAIN \$AWSTATS_DIR_DATA\" >> /tmp/awstats.log if [ -f /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl ]; then nice -n+20 /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl -config=dtc -update -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=$fullpath/awstats nobodygroup=`cat /etc/group | cut -f 1 -d: | grep ^nobody` # if we can't find the nobody group, try nogroup if [ -z \"\"\$nobodygroup ]; then Found error in /usr/share/dtc/admin/sa-wrapper: $ grep -A5 -B5 /tmp/ /usr/share/dtc/admin/sa-wrapper { my $ent = shift; if ($ent->head->mime_type eq 'message/rfc822') { if ($DEBUG) { unlink "/tmp/spam.log.$$" if -e "/tmp/spam.log.$$"; open(OUT, "|$SA_LEARN -D --$spamham --single >>/tmp/spam.log.$$ 2>&1") or die "Cannot pipe $SA_LEARN: $!"; } else { open(OUT, "|$SA_LEARN --$spamham --single") or die "Cannot pipe $SA_LEARN: $!"; } $ent->bodyhandle->print(\*OUT); -- die "$sender, I don't recognize your domain ($domain)!"; } if ($DEBUG) { MIME::Tools->debugging(1); open(STDERR, ">/tmp/spam_err.log"); } my $parser = new MIME::Parser; $parser->extract_nested_messages(0); $parser->output_under($UNPACK_DIR);