On Thu, Feb 10, 2005 at 06:35:08PM +0000, Tom Hodder wrote:
> Hi,
> 
> I have a filter in filter

Your mail looks truncated...

Did you mean something like

    sub filter_recipient {
        my($recipient) = @_;

        ### note: untested...
        return("REJECT", "User unknown")
            if $recipient =~ /\[/ or $recipient =~ /\]/;
        return("CONTINUE", "ok");
    }

-- 
There isn't much space
in a haiku, so it's
hard to finish what
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to