There are two misplaced lines in the Courier patch with amavisd-new
2.3.3, neither of which has any effect on the functionality.

First, use IO::Select; which should be at the top of the Amavis package
ends up at line 5946 in the middle of the msg_from_quarantine function.
 This does not result in any errors because use is processed at compile
time, and Amavis::Notify is always compiled.

Secondly no ### Net::Server hook comment is placed before
run_configure_hook, instead there is a double comment before
pre_loop_hook.  This is of course purely cosmetic.

-- 
Martin Orr


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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/

Reply via email to