I saw this today in the logs:

Jul  9 02:09:27 glacier amavis[17707]: (17707-13) LMTP::10024 
/var/amavis/tmp/amavis-20090708T235357-17707: 
<[email protected]> -> <[email protected]> SIZE=2909 Received: 
from glacier.mikecappella.com ([127.0.0.1]) by localhost 
(glacier.mikecappella.com [127.0.0.1]) (amavisd-new, port 10024) with 
LMTP for <[email protected]>; Thu,  9 Jul 2009 02:09:27 -0700 (PDT)
Jul  9 02:09:27 glacier amavis[17707]: (17707-13) Checking: D4HKAqV2JfxO 
[63.245.208.146] <[email protected]> -> <[email protected]>
Jul  9 02:09:27 glacier amavis[17707]: (17707-13) p001 1 Content-Type: 
text/plain, size: 1241 B, name:
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().  The message was not a bounce message (it 
came from the mozilla bugzilla mailing list).

So, the question is: did amavis mis-interpret the content?  This is the 
first time I've have seen this error.

Thanks,
Mike

------------------------------------------------------------------------------
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
[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/ 

Reply via email to