View Single Post
  #4 (permalink)  
Old 11-03-2005, 08:13 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default It's a bug

This looks like a bug on our part.

Here's the workaround:

Edit /opt/zimbra/bin/sa-learn, and look for this line:
my $DEF_RULES_DIR = '/usr/share/spamassassin'; # substituted at 'make' time

Change that to:

my $DEF_RULES_DIR = '/opt/zimbra/conf/spamassasin';

And the errors should go away.
Reply With Quote