Re: [exim] Rewrite confision

Etusivu
Poista viesti
Vastaa
Lähettäjä: Eli Sand
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Rewrite confision
Marc wrote:

> I'm missing something here and I don't understand why this isn't
> working. This part in a rewrite rule works:

...
>
> What am I missing? Thanks in advance.


I've been bit by rewrite rules before and you might be getting caught by the
same problem(s). Some variables that you would think "ought to be
available" actually aren't set. I can't off the top of my head remember
which, but turning on debugging and running some test rewrites will let you
know if that's the problem.

Something makes me suspect $sender_address, but you'll find out for sure
when you run it through debugging.

Eli.