On Fri, 2006-03-03 at 14:20 +0200, Juuso Töytäri wrote:
> I have created my own mailinglist program and now im in point of doing 
> bounce handling.
> No big problems just wondering why this aint working:
> 
> maillist:
>   driver = dnslookup
>   domains = ! +local_domains
>   transport = maillist_smtp
>   ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
>   condition = "${if match {$h_x-mailer:}{mailinglistprogram} {yes}{no}}"
>   no_more
> 
> that condition wont work. I have tried everyting.

Do you have a header when this is being run?

ie that would not work with
  exim -bv address

nor would it work at SMTP time if you are using SMTP injection and your
ACLs verify the addresses.

        Nigel.
-- 
[ Nigel Metheringham           [EMAIL PROTECTED] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to