Re: [exim] handling Yahoo

Etusivu
Poista viesti
Vastaa
Lähettäjä: Daniel Tiefnig
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] handling Yahoo
Philip Hazel wrote:
> Not at the moment. If you give the same option more than once, the
> last one is used. At least, that's what I think happens.


Not really. If you specify "-qf -qff -qf" it uses "-qff".
And: With "-qf -q5m" it uses "-qf5m"
But: With "-q5m -qf" it uses "-qf".

> Alternatively, I could give an error I suppose if -q is specified
> more than once.


That may be the easiest thing.

lg,
daniel