Thomas, > Speaking of that new feature, after upgrading > to SA 3.2.0 I see this log message: > > "amavis[21471]: (21471-08) extra modules loaded: > unicore/lib/gc_sc/Digit.pl, unicore/lib/gc_sc/SpacePer.pl, > unicore/lib/gc_sc/Word.pl"
This (or similar) list was shown logged even with previous versions of SA and amavisd-new. > Is there a way to automatically load these modules? Unfortunately these three or four modules need to be available for each child process startup and are read then as needed (depending on characters that need to be processed). These are not true Perl code modules, but just return a simple multiline string and can not be preloaded - one of the ugly approaches of unicode implementation in Perl. It is not a big deal though, files are very small. The main problem with them is that a chrooted amavisd needs to have them in the jail (unlike other Perl modules). Mark ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
