Author: Daniel Tiefnig Date: To: exim-users Subject: 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.