[SOLVED] Re: (no report template found) - no 10_misc.cf but sa-update shows correct paths

2010-09-29 Thread Edward Prendergast

 On 28/09/2010 12:45, Karsten Bräckelmann wrote:

On Tue, 2010-09-28 at 10:36 +0100, Edward Prendergast wrote:

clear_report_template - I don't have this set in any of my configs

It's part of 10_default_prefs.cf of the stock rule-set.



To get the no template found error I'm running:
spamassassin -C /etc/opt/mail/spamassassin/ -t  /path/to/message

^^
Why are you using that option? The given path looks like your site
config dir, not the default rule-set dir. The latter, which is what -C
sets, also is the dir where sa-update puts the rules.

See 'man spamassassin-run'. Also see 'man spamassassin' for the dirs
used by default on your site, as set during configure.



Not sure if it's OK to paste debug output here (20k) - if so (and it's
wanted) please let me know and I'll include it/

It is OK -- or use a pastebin, if you prefer.




 Right you are - thanks! I should have been using the --siteconfigpath= 
switch for a more accurate test.


Thanks


The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any action taken or
omitted to be taken in reliance on it, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this E-mail message is strictly prohibited and may be
unlawful. If you have received this E-mail message in error, please notify
us immediately. Please also destroy and delete the message from your
computer.




(no report template found) - no 10_misc.cf but sa-update shows correct paths

2010-09-28 Thread Edward Prendergast

 Hi,

I'm seeing (no report template found) on:

SpamAssassin version 3.3.2-r929478
  running on Perl version 5.12.2
This is a build of perl installed in /opt/perl5.
Took SpamAssassin from the SVN repo to get around the taint issue as 
this doesn't seem to have made it onto CPAN yet 
(https://svn.apache.org/repos/asf/spamassassin/branches/3.3/


The docs I've seen from googling all seem to point to:

clear_report_template - I don't have this set in any of my configs
Failure to access 10_misc.cf - I don't have this on my system, but it 
also doesn't seem to exist on other systems which are working?


To get the no template found error I'm running:
spamassassin -C /etc/opt/mail/spamassassin/ -t  /path/to/message

Not sure if it's OK to paste debug output here (20k) - if so (and it's 
wanted) please let me know and I'll include it/


Any pointers in the right direction would be much appreciated!

Thanks,
Edward




The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any action taken or
omitted to be taken in reliance on it, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this E-mail message is strictly prohibited and may be
unlawful. If you have received this E-mail message in error, please notify
us immediately. Please also destroy and delete the message from your
computer.




Re: (no report template found) - no 10_misc.cf but sa-update shows correct paths

2010-09-28 Thread Karsten Bräckelmann
On Tue, 2010-09-28 at 10:36 +0100, Edward Prendergast wrote:
 clear_report_template - I don't have this set in any of my configs

It's part of 10_default_prefs.cf of the stock rule-set.


 To get the no template found error I'm running:
 spamassassin -C /etc/opt/mail/spamassassin/ -t  /path/to/message
   ^^
Why are you using that option? The given path looks like your site
config dir, not the default rule-set dir. The latter, which is what -C
sets, also is the dir where sa-update puts the rules.

See 'man spamassassin-run'. Also see 'man spamassassin' for the dirs
used by default on your site, as set during configure.


 Not sure if it's OK to paste debug output here (20k) - if so (and it's 
 wanted) please let me know and I'll include it/

It is OK -- or use a pastebin, if you prefer.


-- 
char *t=\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4;
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;il;i++){ i%8? c=1:
(c=*++x); c128  (s+=h); if (!(h=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}



Re: (no report template found)

2009-08-15 Thread SpamScoreChecker.com


Matt Kettler-3 wrote:
 
 Loren Wilton wrote:
 There is a standard template that gives the form of the report in the
 mail message.  I don't recall which cf file this is normally in, but
 it sounds like that file is not being included in the cf files in your
 configuration.

 I would check include paths and possibly permissions and the like, as
 well as and special configuration files or options that may be
 included by the process you are following.
 
 It normally lives in 10_misc.cf...
 
 However, it is also possible there's a clear_report_template command,
 with no new template declared after it.
 
 

I too had this problem and found the solution..

Running sa-compile created a folder like
/var/lib/spamassassin/3xxx
which is being picked up by the spamassassin config and causing the
'template not found' error.

Solution:
spamassassin --lint -D
sa-compile
rm -rf /var/lib/spamassassin/3xx
/etc/rc.d/init.d/spamassassin restart

I hope this helps you guys, it took me a day to figure this one out.

-- 
View this message in context: 
http://www.nabble.com/%28no-report-template-found%29-tp14623651p24983070.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.



(no report template found)

2008-01-04 Thread bkesting

I am trying to follow the SLES 10 Mail Scanning Gateway Build Guide as found
off of Novell's website.  I am following the instructions and have
everything installed.  When I try to run a spam-GTUBE-junk test against
SpamAssassin, at the bottom of the test I receive the following:

(no report template found)

The documentation says that there should be a score here and a list of what
rules were triggered.  Has anyone else used this guide and does anyone have
an idea about why I get the no report template message?

Thanks in advance.


-- 
View this message in context: 
http://www.nabble.com/%28no-report-template-found%29-tp14623651p14623651.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.



Re: (no report template found)

2008-01-04 Thread Matt Kettler
Loren Wilton wrote:
 There is a standard template that gives the form of the report in the
 mail message.  I don't recall which cf file this is normally in, but
 it sounds like that file is not being included in the cf files in your
 configuration.

 I would check include paths and possibly permissions and the like, as
 well as and special configuration files or options that may be
 included by the process you are following.

It normally lives in 10_misc.cf...

However, it is also possible there's a clear_report_template command,
with no new template declared after it.


(no report template found)

2006-05-16 Thread Igor Chudov
I started getting the following errors: 

 This is a multi-part message in MIME format.
 
 =_446A379E.0A06CBBE
 Content-Type: text/plain
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 (no report template found)

that is on spams where spamassassin tries to enclose the spam in a
MIME message. 

Any idea? I ran spamassassin --lint and spamassassin -D and nothing
interesting came up. The message in question was spam about selling
pirated computer programs. 

i



No report Template Found

2006-03-13 Thread Pablo Allietti
hi all, i upgrade my version of spamassassin in freebsd from 2.x to 3.x
and now when a e-mail has detected like spam in body of message i have
this 


[-- Attachment #1 --]   
  
[-- Type: text/plain, Encoding: 8bit, Size: 0.1K --]
  

(no report template found)


 and no scores show me. 

i miss any file?


-- 


.-
Pablo Allietti


Re: No report Template Found

2006-03-13 Thread Theo Van Dinter
On Mon, Mar 13, 2006 at 11:14:43AM -0300, Pablo Allietti wrote:
 hi all, i upgrade my version of spamassassin in freebsd from 2.x to 3.x
 and now when a e-mail has detected like spam in body of message i have
 this 
 (no report template found)
  and no scores show me. 
 i miss any file?

It sounds like the default rules files (includes the default report template)
weren't installed or detected.  I'd suggest trying a reinstall and see if that
fixes things.  If you're using a package as opposed to the source, perhaps
there's another package you need or a bug in the packaging?

-- 
Randomly Generated Tagline:
Wizard's Guild parking only.  Violators will be toad.


pgpfi3NjEEmbB.pgp
Description: PGP signature


no report template found

2004-09-30 Thread Slava Madrit



When I run SA 3.0 from a command line, I get a message at the end of the SA 
output file, (no report template found), you can see it below. I'm using 
the following options to launch SA.

spamassassin -D -t mime.822 test.txt

Has something changed with SA 3.0 or is there something wrong with my 
setup? I have used this command line for all the previous versions and it 
worked fine.


-Slava

test.txt:
Received: from businesscross.net (moxmail10 [127.0.0.1])by 
moxmail10.businessgive.com (Postfix) with ESMTP id C52F638BD3E02for 
[EMAIL PROTECTED]; Wed, 29 Sep 
2004 06:37:29 -0700 (PDT)MIME-Version: 1.0From: "Camera Testing Center" 
[EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: Product 
TestersWantedMessage-Id: [EMAIL PROTECTED]Content-Type: 
text/plainContent-Disposition: inlineContent-Transfer-Encoding: 
7bitDate: Wed, 29 Sep 2004 06:37:29 -0700 (PDT)X-Spam-Checker-Version: 
SpamAssassin 3.0.0 (2004-09-13) on guinevereX-Spam-Status: No, score=5.1 
required=5.5 tests=BAYES_95,RCVD_IN_XBL autolearn=no 
version=3.0.0X-Spam-Level: *

we would like you to join our Product Research Panel. 
- join Now and Receive for no charge: 
Panasonic DVD Camcorder High quality digital 
video 18x Optical zoom 
500x Digital zoom $899 retail price, yours to keep 
free! - PRODUCT TESTERS WANTED! 
- please click here for more info: http://businesscross.net/r/2295/5302664/2r7q653p7p58ProductResearchPanel, 
the new member incentive promotional offer, and the product testing program is 
an independent program for consumers and is not affiliated with the 
merchant/brands listed above. ProductResearchPanel is solely responsible for all 
incentive fulfillment

Click here: http://businesscross.net/r/2295/5302664/2r7q653p7p58
MO:tLWcG1YpimN1CAtfAueGWX0YTxkq1wh/sUV/hhC2csblfZUSmz0wVnLsSRRsOe20vBNRXA==:MO
This advertisement was sent by BonusBonez, 268 Bush Street #3437, San 
Francisco, CA 94104.Visit the BonusBonez Mailings Manager:http://businesscross.net/u/2295/5302664/2r7q653p7p58

MO:BDD+CLlyyHjJjwWT8WWqmz88aiCKR30l0HTj7dW6YyoD9JLVMRe+if7g185tvt3m9Tee9Q==:MO
(no report template found)

_

The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material.  Any review, retransmission, dissemination
or other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient
is prohibited.  If you received this transmission in error, please
contact the sender by reply e-mail or by telephone (+1(212)632-5500)
and delete and destroy all copies of the material, including all
copies stored in the recipient's computer, printed or saved to disk.



FIXED - no report template found

2004-09-30 Thread Slava Madrit



The problem has been resolved. In case anyone else has this issue in the 
future, the problem was a blank clear_report_template definition in my 
local.cf. removing it allowed SA to retrieve the info from 10_misc.cf 
correctly. 

-Slava "Slava Madrit" [EMAIL PROTECTED] 
9/30/2004 10:53:09 AM 
When I run SA 3.0 from a command line, I get a message at the end of the SA 
output file, (no report template found), you can see it below. I'm using 
the following options to launch SA.

spamassassin -D -t mime.822 test.txt

Has something changed with SA 3.0 or is there something wrong with my 
setup? I have used this command line for all the previous versions and it 
worked fine.


-Slava

test.txt:
Received: from businesscross.net (moxmail10 [127.0.0.1])by 
moxmail10.businessgive.com (Postfix) with ESMTP id C52F638BD3E02for 
[EMAIL PROTECTED]; Wed, 29 Sep 
2004 06:37:29 -0700 (PDT)MIME-Version: 1.0From: "Camera Testing Center" 
[EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: Product 
TestersWantedMessage-Id: [EMAIL PROTECTED]Content-Type: 
text/plainContent-Disposition: inlineContent-Transfer-Encoding: 
7bitDate: Wed, 29 Sep 2004 06:37:29 -0700 (PDT)X-Spam-Checker-Version: 
SpamAssassin 3.0.0 (2004-09-13) on guinevereX-Spam-Status: No, score=5.1 
required=5.5 tests=BAYES_95,RCVD_IN_XBL autolearn=no 
version=3.0.0X-Spam-Level: *

we would like you to join our Product Research Panel. 
- join Now and Receive for no charge: 
Panasonic DVD Camcorder High quality digital 
video 18x Optical zoom 
500x Digital zoom $899 retail price, yours to keep 
free! - PRODUCT TESTERS WANTED! 
- please click here for more info: http://businesscross.net/r/2295/5302664/2r7q653p7p58ProductResearchPanel, 
the new member incentive promotional offer, and the product testing program is 
an independent program for consumers and is not affiliated with the 
merchant/brands listed above. ProductResearchPanel is solely responsible for all 
incentive fulfillment

Click here: http://businesscross.net/r/2295/5302664/2r7q653p7p58
MO:tLWcG1YpimN1CAtfAueGWX0YTxkq1wh/sUV/hhC2csblfZUSmz0wVnLsSRRsOe20vBNRXA==:MO
This advertisement was sent by BonusBonez, 268 Bush Street #3437, San 
Francisco, CA 94104.Visit the BonusBonez Mailings Manager:http://businesscross.net/u/2295/5302664/2r7q653p7p58

MO:BDD+CLlyyHjJjwWT8WWqmz88aiCKR30l0HTj7dW6YyoD9JLVMRe+if7g185tvt3m9Tee9Q==:MO
(no report template 
found)_The 
information transmitted is intended only for the person orentity to which it 
is addressed and may contain confidential and/orprivileged material. Any 
review, retransmission, disseminationor other use of, or taking of any 
action in reliance upon, thisinformation by persons or entities other than 
the intended recipientis prohibited. If you received this transmission in 
error, pleasecontact the sender by reply e-mail or by telephone 
(+1(212)632-5500)and delete and destroy all copies of the material, 
including allcopies stored in the recipient's computer, printed or saved to 
disk. 

_

The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material.  Any review, retransmission, dissemination
or other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient
is prohibited.  If you received this transmission in error, please
contact the sender by reply e-mail or by telephone (+1(212)632-5500)
and delete and destroy all copies of the material, including all
copies stored in the recipient's computer, printed or saved to disk.



no report template found

2004-09-29 Thread Slava Madrit



When I run SA 3.0 from a command line on win32 with perl 5.6.1 build 638 I 
get a message at the end of the SA output file, (no report template found), you 
can see it below. I'm using the following options to launch SA.

spamassassin -D -t mime.822 test.txt

Has something changed with SA 3.0 or is there something wrong with my 
setup? I have used this command line for all the previous versions and it 
worked fine.

-Slava

test.txt:
Received: from businesscross.net (moxmail10 [127.0.0.1])by 
moxmail10.businessgive.com (Postfix) with ESMTP id C52F638BD3E02for 
[EMAIL PROTECTED]; Wed, 29 Sep 
2004 06:37:29 -0700 (PDT)MIME-Version: 1.0From: "Camera Testing Center" 
[EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: Product 
TestersWantedMessage-Id: [EMAIL PROTECTED]Content-Type: 
text/plainContent-Disposition: inlineContent-Transfer-Encoding: 
7bitDate: Wed, 29 Sep 2004 06:37:29 -0700 (PDT)X-Spam-Checker-Version: 
SpamAssassin 3.0.0 (2004-09-13) on guinevereX-Spam-Status: No, score=5.1 
required=5.5 tests=BAYES_95,RCVD_IN_XBL autolearn=no 
version=3.0.0X-Spam-Level: *

we would like you to join our Product Research Panel. 
- join Now and Receive for no charge: 
Panasonic DVD Camcorder High quality digital 
video 18x Optical zoom 
500x Digital zoom $899 retail price, yours to keep 
free! - PRODUCT TESTERS WANTED! 
- please click here for more info: http://businesscross.net/r/2295/5302664/2r7q653p7p58ProductResearchPanel, 
the new member incentive promotional offer, and the product testing program is 
an independent program for consumers and is not affiliated with the 
merchant/brands listed above. ProductResearchPanel is solely responsible for all 
incentive fulfillment

Click here: http://businesscross.net/r/2295/5302664/2r7q653p7p58
MO:tLWcG1YpimN1CAtfAueGWX0YTxkq1wh/sUV/hhC2csblfZUSmz0wVnLsSRRsOe20vBNRXA==:MO
This advertisement was sent by BonusBonez, 268 Bush Street #3437, San 
Francisco, CA 94104.Visit the BonusBonez Mailings Manager:http://businesscross.net/u/2295/5302664/2r7q653p7p58

MO:BDD+CLlyyHjJjwWT8WWqmz88aiCKR30l0HTj7dW6YyoD9JLVMRe+if7g185tvt3m9Tee9Q==:MO
(no report template found)

_

The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material.  Any review, retransmission, dissemination
or other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient
is prohibited.  If you received this transmission in error, please
contact the sender by reply e-mail or by telephone (+1(212)632-5500)
and delete and destroy all copies of the material, including all
copies stored in the recipient's computer, printed or saved to disk.