Hi Marco, > -----Original Message----- > From: Marco Calistri [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 4:19 PM > To: [EMAIL PROTECTED] > Subject: [SAtalk] My first question here[SA & DCC] > > > Hello, first of all I want to make my compliments to the > developers that are spending their time to fight the SPAM and > of course, among these thanks to SA Team. > > My first question (the first of a long series...) is: > > I compiled/installed SA 2.60 with Razor2, then by reading > about DCC, I compiled/installed also this enhancement without > to recompile SA neither razor. By running spamassassin -r -D > < somespam, I noticed that SA recognize DCC and use it to > check the mail, but what is the case by running spamc through > procmail having spamd on the background? How can I see if > spamd is checking mail over DCC? I get razor reports on > headers but never seen DCC reports on it.
If I understand your question correctly, you want to know how to get DCC reports in the header. First, to see if DCC is working correctly, the install doc indicates to use: cdcc 'info' http://useast.spamassassin.org/full/2.6x/dist/INSTALL Below is part of my local.cf. I am using 2.55 so you should double check the conf documentation for any changes with 2.60. http://useast.spamassassin.org/doc/Mail_SpamAssassin_Conf.html#network%20tes t%20options #----- Begin local.cf snip ----- # Enable or disable network checks skip_rbl_checks 0 use_razor2 1 use_dcc 1 use_pyzor 0 # Where do we find the dccproc client? dcc_path /usr/local/bin/dccproc # Don't report spams to DCC servers dcc_body_max 999999 dcc_fuz1_max 999999 dcc_fuz2_max 999999 # Add DCC stats to header dcc_add_header 1 #----- End local.cf snip ----- > Here some files settings: > > #.procmailrc > # > :0fw: spamassassin.lock > * < 256000 > | /usr/bin/spamc > # > :0: > * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* > spam/. > > :0: > * ^X-Spam-Status: Yes > spam/. > > :0: > * ^X-Spam-Flag: YES > spam/. > > # /etc/init.d/spamd > # Source spamd configuration. > if [ -f /etc/sysconfig/spamassassin ] ; then > . /etc/sysconfig/spamassassin > else > SPAMDOPTIONS="-d -c -a -m5 -H" > > #/etc/mail/spamassassin/local.cf > rewrite_subject 0 > report_header 1 > use_terse_report 1 > defang_mime 1 > skip_rbl_checks 0 > required_hits 3.5 > auto_learn_threshold_spam 10 > allow_user_rules 0 > # enabling RBL checks > # > score RCVD_IN_BL_SPAMCOP_NET 3 > score RCVD_IN_MAPS_RBL 3 > score RCVD_IN_MAPS_DUL 1 > score RCVD_IN_MAPS_RSS 2 > score RCVD_IN_MAPS_NML 2 > score RCVD_IN_MAPS_OPS 2 > > Thanks for reading,SeeU ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk