Mantis - spamassassin
Viewing Issue Advanced Details
4406 regular use major always 2010-04-22 15:09 2010-04-27 08:51
17martin  
bonivart  
normal  
closed  
3.3.1,REV=2010.03.22 fixed  
none    
none  
0004406: Wrong directory for rules is tested in /etc/init.d/cswspamd. Thus, SA does not start.
In the /etc/init.d/cswspamd script there is a test, if the rules have been downloaded (by using sa-update) befor starting Spamassassin. The directory where the rules are saved changes with every SA version.
In the current cswspamd it is tested if /var/opt/csw/spamassassin/3.003000 exists (line 24). But this must be /var/opt/csw/spamassassin/3.003001 for Spamassassin 3.3.1
When update from 3.3.0 this is no problem until you clean up the old rule-directory. When you have never installed Spamassassin 3.3.0 the directory does not exists and cswspamd will not start Spamassassin. Even if you have run sa-update.
Issue History
2010-04-22 15:09 17martin New Issue
2010-04-22 15:11 17martin Issue Monitored: 17martin
2010-04-22 15:26 17martin Note Added: 0007896
2010-04-24 20:26 bonivart Status new => assigned
2010-04-24 20:26 bonivart Assigned To => bonivart
2010-04-24 20:28 bonivart Note Added: 0007899
2010-04-25 10:51 bonivart Note Added: 0007900
2010-04-27 08:51 bonivart Note Added: 0007909
2010-04-27 08:51 bonivart Status assigned => closed
2010-04-27 08:51 bonivart Resolution open => fixed

Notes
(0007896)
17martin   
2010-04-22 15:26   
Maybe it would also be a good idea to delete old rule-dircetories when updating SA.
(0007899)
bonivart   
2010-04-24 20:28   
Sorry about that. I will re-roll the package.
(0007900)
bonivart   
2010-04-25 10:51   
New packages in http://mirror.opencsw.org/experimental.html#bonivart. [^]
(0007909)
bonivart   
2010-04-27 08:51   
Fixed package released. Thanks for the report.