Re: smtpd: remove filter leftovers

2017-08-29 Thread Gilles Chehade
On Tue, Aug 29, 2017 at 12:13:28PM +0200, Eric Faurot wrote: > On Tue, Aug 29, 2017 at 10:26:19AM +0200, Eric Faurot wrote: > > > Now that the filter code path has been short-circuited, start removing stub > > smtp_filter_*() indirections. I'm doing this one function at a time to keep > > the diff

Re: smtpd: remove filter leftovers

2017-08-29 Thread Eric Faurot
On Tue, Aug 29, 2017 at 10:26:19AM +0200, Eric Faurot wrote: > Now that the filter code path has been short-circuited, start removing stub > smtp_filter_*() indirections. I'm doing this one function at a time to keep > the diffs simple, starting with smtp_filter_connect(). Actually the complete d

smtpd: remove filter leftovers

2017-08-29 Thread Eric Faurot
Now that the filter code path has been short-circuited, start removing stub smtp_filter_*() indirections. I'm doing this one function at a time to keep the diffs simple, starting with smtp_filter_connect(). Eric. Index: smtp_session.c ==