[Mimedefang] filter-recipient not reacting as expected...
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Wed May 26 17:23:37 EDT 2004
    
    
  
On Wed, 26 May 2004, Keith Patton wrote:
>     } else {
>         return 'ok', '0';
Syntax error.  Should be:
	return ('ok', 0);
--
David.
    
    
More information about the MIMEDefang
mailing list