Tony, Good point. And in non-strict, the our is ignored. However, I want to keep this in filter_initialize for organizational reasons so I'd like to keep the initialization in filter_initialize.
I switched to a use vars qw($popauthdbfile); and all looks good now though I *thought* our and use vars were the same. Though I might be caught in a catch-22 where that change was only made in mod_perl and not in normal Perl. Considering the source (Stas Beckman), it makes sense that it might be a mod_perl vs perl difference, sigh. Regards, KAM > You have to move the our() outside of the filter_initialize method. > > You have the var declared local to the method, it needs to be global. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

