[exim-dev] [Bug 717] BATV secret not identified as string li…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tony Finch
日付:  
To: exim-dev
題目: [exim-dev] [Bug 717] BATV secret not identified as string list
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=717

Tony Finch <fanf@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID





--- Comment #5 from Tony Finch <fanf@???> 2008-06-05 17:46:25 ---
The key number is defined by the protocol to allow rollover, but that doesn't
necessarily mean that an implementation has to make rollover simple. From
reading the code and testing I see no rollover support as you claim. If there's
any bug it's that the prvs stuff is too hard to use.


$ exim -be '${prvs{dot@???}{abc:def}{1}}'
prvs=1042dcee20=dot@???
$ exim -be '${prvs{dot@???}{xyz:def}{1}}'
prvs=1042c1d17b=dot@???
$ exim -be '${prvs{dot@???}{abc:xyz}{1}}'
prvs=1042b5dd22=dot@???

$ exim -be '${prvscheck{prvs=1042dcee20=dot@???}{abc:def}}
$prvscheck_result'
dot@??? 1
$ exim -be '${prvscheck{prvs=1042c1d17b=dot@???}{abc:def}}
$prvscheck_result'
dot@???
$ exim -be '${prvscheck{prvs=1042b5dd22=dot@???}{abc:def}}
$prvscheck_result'
dot@???


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email