OK, what i want to do is have all mail that doesn't have a
domain name to have a domain added to it.
basically "anyname" becomes "anyname@???"
I looked for this in the FAQ. I came up with something
similar:
qualify:
driver = redirect
domains = *.a.b
data = ${quote:$local_part}@$domain.c.com
That will send all mail from "*.a.b" to "*.a.b.domain.com"
The thing is, i want to set that filter up ( the domain = )
so that only addresses WITHOUT a domain get redirected
Does anyone know how to do that?
~Aaron