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/3xxxxxxx
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/3xxxxxx
/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.

Reply via email to