On 2012-9-15 8:11 , Nathan Findley wrote: > On 09/15/2012 08:49 AM, [email protected] wrote: >> The deprecation warning [sometimes] shows up in my syslog for mail when it >> occurs. >> >> Here's a different example: >> >> defined(@array) is deprecated at /usr/bin/mimedefang.pl line 7077. >> (Maybe you should just omit the defined()?) >> defined(@array) is deprecated at /usr/bin/mimedefang.pl line 7115. >> (Maybe you should just omit the defined()?) >> MIMEDefang version 2.72 >> >> This is why I stated it might occur. I am using perl 5.16.0 currently >> (5.16.1 has been released but I haven't installed it yet). >> > I am seeing this on 5.16 as well.
That's very likely caused by these statements:
sub message_contains_virus () {
[...]
if (!defined(@VirusScannerMessageRoutines)) {
sub entity_contains_virus ($) {
if (!defined(@VirusScannerEntityRoutines)) {
--
Jan-Pieter Cornet
SSL is only keeping your connection safe from hackers, crooks and three
letter agencies by the least secured, least likely to refuse money from
strangers, and least bullying-proof of several hundred companies worldwide.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

