On Wed, 26 May 2004, Keith Patton wrote:
> } else {
> return 'ok', '0';
Syntax error. Should be:
return ('ok', 0);
--
David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

