I'm running SpamAssassin version 3.4.0 with Perl version 5.18.2 on a server
running Ubuntu 14.04.1 LTS. I recently noticed that I'm not getting reports
sent to SpamCop, but as far as I can tell everything seems to be configured
correctly. There are just no reports visible at spamcop.net and nothing in
spamd.log to indicate that reports are being sent; spam *is* being flagged
and delivered to me appropriately. The Net::DNS and Net::SMTP Perl modules
are installed. Can someone help me figure out what's going on?

Here's what I have in /etc/spamassassin/local.cf:

spamcop_from_address s...@mydomain.org
spamcop_to_address submit.myst...@spam.spamcop.net

/etc/default/spamassassin:

# Change to one to enable spamd
ENABLED=1

# Options
# See man spamd for possible options. The -d option is automatically added.

# SpamAssassin uses a preforking model, so be careful! You need to
# make sure --max-children is not set to anything higher than 5,
# unless you know what you're doing.

OPTIONS="-r --create-prefs --max-children 5 --helper-home-dir -s
/var/log/spamd.log"

/etc/postfix/master.cf:

spamassassin unix - n n - - pipe
  user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -x -f
${sender} ${recipient}

/var/log/spamd.log:

Thu Oct 23 07:24:43 2014 [21020] dbg: plugin: loading
Mail::SpamAssassin::Plugin::SpamCop from @INC
Thu Oct 23 07:24:43 2014 [21020] dbg: reporter: network tests on, attempting
SpamCop




--
View this message in context: 
http://spamassassin.1065346.n5.nabble.com/SpamCop-Not-Reporting-tp112504.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to