Re: Connection notes and TLS (was: Re: Creating global DB connection)

2008-05-22 Thread Charlie Brady
On Wed, 21 May 2008, Hanno Hecker wrote: On Wed, 21 May 2008 10:39:37 -0400 (EDT) Charlie Brady <[EMAIL PROTECTED]> wrote: On Wed, 21 May 2008, Hanno Hecker wrote: - if you use the tls plugin, all connection notes are lost after the TLS setup is complete Why? Isn't that a bug in the tls pl

Re: Connection notes and TLS (was: Re: Creating global DB connection)

2008-05-22 Thread Charlie Brady
On Wed, 21 May 2008, Hanno Hecker wrote: On Wed, 21 May 2008 10:39:37 -0400 (EDT) Charlie Brady <[EMAIL PROTECTED]> wrote: On Wed, 21 May 2008, Hanno Hecker wrote: - if you use the tls plugin, all connection notes are lost after the TLS setup is complete Why? Isn't that a bug in the tls pl

Re: Connection notes and TLS

2008-05-22 Thread Chris Lewis
Charlie Brady wrote: On Wed, 21 May 2008, Hanno Hecker wrote: On Wed, 21 May 2008 10:39:37 -0400 (EDT) Charlie Brady <[EMAIL PROTECTED]> wrote: On Wed, 21 May 2008, Hanno Hecker wrote: - if you use the tls plugin, all connection notes are lost after the TLS setup is complete Why? Isn't th

Re: Connection notes and TLS

2008-05-22 Thread Chris Babcock
Chris Lewis wrote: Charlie Brady wrote: On Wed, 21 May 2008, Hanno Hecker wrote: On Wed, 21 May 2008 10:39:37 -0400 (EDT) Charlie Brady <[EMAIL PROTECTED]> wrote: On Wed, 21 May 2008, Hanno Hecker wrote: - if you use the tls plugin, all connection notes are lost after the TLS setup is comp

greylist db

2008-05-22 Thread Chris Babcock
Hi everybody. Does anybody here have any code they use to remove stale (expired) entries from the greylist dbm file?

Re: greylist db

2008-05-22 Thread m. allan noah
you would have to hack it to work with your choice of fields in the dbm, but there is a pruning utility inside the bin dir of my qplocal suite: www.thebility.com/qplocal/ allan On Thu, May 22, 2008 at 1:36 PM, Chris Babcock <[EMAIL PROTECTED]> wrote: > Hi everybody. > > Does anybody here have an

Re: Connection notes and TLS

2008-05-22 Thread John Peacock
Chris Lewis wrote: John Peacock says: It's a required part of the RFC, see RFC-2487 Section 5.2: Upon completion of the TLS handshake, ... [t]he server MUST discard any knowledge obtained from the client... Do you even have to purge envelope addresses per-se? It doesn't say it, but doesn'

Re: Connection notes and TLS

2008-05-22 Thread Hanno Hecker
On Thu, 22 May 2008 22:45:20 -0400 John Peacock <[EMAIL PROTECTED]> wrote: > The argument can be made that only the *transaction* should be reset, and the > connection notes can be kept around. I specifically chose to tie > Connection::start and Connection::clone together with the minimal list o

Re: Connection notes and TLS

2008-05-22 Thread Hanno Hecker
On 22 May 2008 10:34:46 -0700 "Chris Babcock" <[EMAIL PROTECTED]> wrote: > Chris Lewis wrote: > Without killing connection notes, I don't see any sane way to determine > what notes were generated before vs after TLS was enabled. > Unfortunately, for some plugins that determination may be critica