Bartłomiej, > I've got amavisd-new 2.3.3-r2 (with MySQL) @ Linux Gentoo 1.6.14 (kernel > 2.6.16). Perl version 5.8.7-r3 and Postfix 2.2.9. > Sometimes e-mails waiting in queue because 'corrupted regexp program'. > What does it mean? > --- > Mar 24 13:51:23 klon amavis[19526]: (19526-15-3) ESMTP TROUBLE: 451 > 4.5.0 corrupted regexp program at /usr/sbin/amavisd line 2 > 292, <GEN25> line 14.
man perldiag: (P) An internal error you should never see (trappable). corrupted regexp program (P) The regular expression engine got passed a regexp program with- out a valid magic number. The lines corresponds to: my($atext) = "a-zA-Z0-9!#\$%&'*/=?^_`{|}~+-"; if ($localpart !~ /^[$atext]+(\.[$atext]+)*\z/so) { # not dot-atom Looks like a Perl bug ("An internal error you should never see"). Mark ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ 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/