Re: [exim] MBX Driver - on non MBX file

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Perkel
日付:  
To: exim-users
題目: Re: [exim] MBX Driver - on non MBX file
I wish you would think about this. If you are going to append an MBX
file that is not an MBX there are several choices:

1) Switch to the file's real format automatically.
2) Defer the message until it is deliverable.
3) Corrupt the target file.

I vote for 1 and against 3.

Would be nice to set a feature to turn on smart appending.

Philip Hazel wrote:

>On Wed, 8 Dec 2004, Marc Perkel wrote:
>
>
>
>>Any chance you can make it smart so it sees the file type and automatically
>>switches to match?
>>
>>
>
>No. I do not want to build file type rules into the code. The current
>facilities allow you to configure it to switch automatically, but under
>your control.
>
>
>