Re: [exim] handling Yahoo

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Daniel Tiefnig
日付:  
To: exim-users
題目: 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