> There were some recent reports that a mail message with large
> and mangled header could cause perl regular expressions used in
> parsing a header to exceed available memory due to deep recursion,
> and cause amavisd process to crash, letting such messages to stay
> stuck in a MTA queue, reporting unsightly 'process went away'
> by amavisd-nanny, and leaving behind temporary directories.
>
> It is not a security threat, but is annoying nevertheless,
> so I decided to release a last maintenance release of 2.5,
> collecting all bug fixes that have accumulated by now, and
> leave all new features to 2.6 (to be pre-released soon).
>
> amavisd-new-2.5.3-rc1 release candidate is available at:
>
> http://www.ijs.si/software/amavisd/amavisd-new-2.5.3-rc1.tar.gz
>
> Please try it out - I plan to release it in two or three days.
> There are no compatibility issues with 2.5.2.
>
Does this release solve the issue I have (As seen in my logwatch summary)?:
150 Extra code modules loaded at runtime
----------------------------------------------------
50 unicore/lib/gc_sc/Digit.pl
50 unicore/lib/gc_sc/SpacePer.pl
50 unicore/lib/gc_sc/Word.pl
Eventhough I have this in my amavisd.conf:
@additional_perl_modules = qw(
/etc/mail/spamassassin/FuzzyOcr.pm
Mail::SpamAssassin::CompiledRegexps::body_0
MLDBM
String::Approx
Time::HiRes
/usr/lib/perl5/5.8.8/unicore/lib/gc_sc/Digit.pl
/usr/lib/perl5/5.8.8/unicore/lib/gc_sc/SpacePer.pl
/usr/lib/perl5/5.8.8/unicore/lib/gc_sc/Word.pl
);
Regards,
Leon Kolchinsky
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/