RE: [Qmail-scanner-general]Question about sub email sender

2002-08-20 Thread CertaintyTech
> is what or who is the "nmladm" I can't locate this variable any where > else in the code. > > if (¬ify_addr('admin') || (¬ify_addr('nmladm') && > !&is_unreplyable_email('sender'))) { > > > If I'm trying to reinvent the wheel someone please tell me before I hack > this up.. > > Thanks

[Qmail-scanner-general]Question about sub email sender

2002-08-20 Thread Ron Culler
I'm trying to write some code to notify the domain Postmaster/admin when someone sends a virus to or from that admin's domain. Looking at the qmail-scanner-queue.pl under the sub_email_sender I saw the following line for notification of the global admin for the scanner. My question is what or who