Mike, > >> Jul 9 02:09:27 glacier amavis[17707]: (17707-13) > >> Error reading mail header section: Bad file descriptor > >> > >> which seems like it came from from: > >> > >> $!==0 or # returning EBADF at EOF is a perl bug > >> $!==EBADF ? do_log(0,"Error reading mail header section: $!") > >> : die "Error reading mail header section: $!"; > >> > >> in inspect_a_bounce_message().
> I suppose the real question I had, since the error is output at log > level 0, was about whether it is of concern, and understanding what is > triggering it. No reason for concern, this message is to be ignored. It is a result of a known perl bug, presumably fixed in 5.10.1, where at eof it sometimes inappropriately leaves EBADF as a status. Most other applications just ignore the status after getline, amavisd checks it and logs it if EBADF, and throws exception on other errors. Mark ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ 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/