On Tue, May 28, 2013 at 03:00:38PM +0200, Jason A. Donenfeld wrote: > Furthermore, it's not possible to tell from within the filter API who > added the Received line, what smtp_session it's from (authenticated? > encrypted? tagged?) and what listener it came from (port? ipaddr?). >
Please don't make assumptions... >From within the filter API, you can have all the information mentionned above if you want to... you can very well write a filter that will write the Receive line in l33t sp34k if sent from an ip address that ends with .42 over an encrypted and authenticated channel if you will. The filter layer is stateful, it *must* be, and filters can keep track of session characteristics to reuse them in further hooks. *again* it's a work in progress: - the code you see on git is not finished; - there's code that we have in local branches; - there's code that's been designed but not written yet; > I think something like this is actually best controlled by a nob. > You must have a MUCH MORE convincing argument to introduce knobs ;-) -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this email because you are subscribed to mailing list: [email protected] To unsubscribe, send mail with subject: [[email protected]] unregister
