On Ter, 26 Jan 2010, Always Learning wrote: > acl_smtp_rcpt = acl_check_rcpt > > acl_check_rcpt: > > deny message = [F04] Sending Mail Server Not Genuine. > hosts = *-*-*-* > > The test in F04 does not block host names such as today's host names > which were successfully stopped after more tests further along the > checking process. > > How does one catch host names containing three hyphens (or dashes) ?
One way is to use regular expressions: http://www.exim.org/exim-html-current/doc/html/spec_html/ch08.html If that cannot be used directly, the match condition can help: http://www.exim.org/exim-html-current/doc/html/spec_html/ch11.html#SECTexpcond -- Our little systems have their day; They have their day and cease to be; They are but broken lights of thee. -- Tennyson Eduardo M KALINOWSKI [email protected] -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
