ANNOUNCE: MailWatch for MailScanner 0.3 Beta

Scott Tiret stiret at ONEREDSHOE.NET
Fri Sep 5 17:36:08 IST 2003


On Fri, 2003-09-05 at 12:11, Steve Freegard wrote:
> Scott,
> 
> It seems like MailScanner can't find MailWatch.pm - double-check the
> "require 'MailScanner/MailWatch.pm';" line that you put in the top of
> CustomConfig.pm.

Thanks Steve,

I worked it out.  I had the require 'MailScanner/MailWatch.pm'; BEFORE
the package MailScanner::CustomConfig;  I interpreted near the top with
at the top.  I moved it below the package MailScanner::CustomConfig; and
it seems to work fine now.

INCORRECT:
require 'MailScanner/MailWatch.pm';
package MailScanner::CustomConfig;

CORRECT
package MailScanner::CustomConfig;
require 'MailScanner/MailWatch.pm';

Thanks again,
-- 
Scott Tiret
Oneredshoe Network
My Public Key http://www.oneredshoe.net/stiret@oneredshoe.net.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20030905/d0d83a49/attachment.bin


More information about the MailScanner mailing list