Helmut, > I have a few email where amavisd core dumps on FreeBSD 8.0.
> Jan 18 16:47:12.018 ns1 /usr/local/sbin/amavisd[87055]: (87055-01) CALLING > SA check > Segmentation fault: 11 > [r...@ns1 ~]# spamassassin -D -lint < email.txt > [88512] dbg: rules: ran body rule __NONEMPTY_BODY ======> got hit: "3" > [88512] dbg: rules: running uri tests; score so far=0 > [88512] dbg: rules: compiled uri tests > [88512] dbg: rules: ran uri rule __DOS_HAS_ANY_URI ======> got hit: "w" > Segmentation fault: 11 (core dumped) > > Unfortunately I cannot find a core dump. Also, not sure if of interest, but > if I remove the lines > Content-Type: multipart/alternative; > boundary="----=_NextPart_756_F797_96266667.56376690" > the email gets processed. The perl is from ports I presume. Which version? I'm not sure which perl bug you've hit, but there were some workarounds for perl problems incorporated in SA 3.3.0. Since you are on FreeBSD (where ports system is aware of CPAN-installed perl modules, so both can coexist), would you be willing to try with one of the 3.3.0 release candidates? E.g. http://people.apache.org/~jm/devel/Mail-SpamAssassin-3.3.0-rc3.tar.bz2 As far as can tell, the main issue with running unmodified SA on FreeBSD is you'd need to provide a soft link from where SA expects its rules, to where FreeBSD places them: ln -s /var/db/spamassassin /var/lib/ The rest should be straightforward: perl Makefile.PL; make; make install; sa-update To revert to the 3.2.5 from ports (if need be), just reinstall the mail/p5-Mail-SpamAssassin from ports. Mark ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/