Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: smeghead on March 26, 2004, 03:01:57 AM
-
Hi all
A heads up for everyone using amavis is that recently I have found quite a few 'problem emails' occurring where UULib fails to determine the content type of a message properly and freezes the message.
An example of the entry in the amavis.log file follows:
Mar 24 09:11:42 btcfire amavis[12683]: Starting AMaViS 0.1.6.4
Mar 24 09:11:44 btcfire amavis[12683]: Unpacking message in /tmp/amavis-unpack-4060e04f-318b
Mar 24 09:11:44 btcfire amavis[12683]: AMAVIS: Determined 00000000 to be type message/rfc822
Mar 24 09:11:46 btcfire amavis[12683]: AMAVIS: Determined 00000004 to be type text/plain
Mar 24 09:11:46 btcfire amavis[12683]: Convert::UUlib failed...
Mar 24 09:11:46 btcfire amavis[12683]: AMAVIS: Error while unpacking 00000004 as text/plain
Mar 24 09:11:46 btcfire amavis[12683]: AMAVIS: Giving up
Mar 24 09:11:46 btcfire amavis[12683]: AMAVIS: Error while unpacking message
Mar 24 09:11:46 btcfire amavis[12683]: AMAVIS::MTA::Qmail: Freezing message
Mar 24 09:11:46 btcfire amavis[12683]: Quarantining infected message to /var/spool/amavis-ng/problems/4060e052-318b
Mar 24 09:11:48 btcfire amavis[12683]: AMAVIS::MTA::Qmail: /var/qmail/bin/qmail-queue exited: 0
Mar 24 09:11:48 btcfire amavis[12683]: AMAVIS: Cleaning up.
Mar 24 09:11:48 btcfire amavis[12683]: AMAVIS: Done.
In the last day or so I have been testing the latest perl-Convert-UUlib-1.01-8.i386.rpm (RH7.3 version) which seems to have resolved the problem.
Additional reasons for this failure can e found here http://marc.theaimsgroup.com/?l=amavis-user&m=104923892404968&w=2
This UUlib update can be found here:
http://rpmpan.sourceforge.net/Convert.html
HTH