Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-28 Thread Paul Murphy
>> I use filter_tick on very small servers to keep a database connection >> alive (<200 messages per day, and overnight 3-4 hours can pass without >> a message), >That's not a good approach; you don't know which process handles the tick, so >another process's connection could die. Actually I

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-28 Thread mimedefang
I don't use either. Thanks and Regards Mack. -Original Message- From: MIMEDefang [mailto:mimedefang-boun...@lists.roaringpenguin.com] On Behalf Of Dianne Skoll Sent: 27 April 2016 18:24 To: mimedefang@lists.roaringpenguin.com Subject: [Mimedefang] Poll: Who uses the "filter_tick" and

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-28 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Apr 2016, Dianne Skoll wrote: I'm looking at stripping out unused features from MIMEDefang. 1) Does anyone use the "-X n" feature that calls a function called filter_tick every "n" seconds? If not... I'd like to nuke. No, I dont'.

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Dianne Skoll
On Wed, 27 Apr 2016 22:45:42 + Paul Murphy wrote: > I use filter_tick on very small servers to keep a database connection > alive (<200 messages per day, and overnight 3-4 hours can pass > without a message), That's not a good approach; you don't know which process

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Paul Murphy
I use filter_tick on very small servers to keep a database connection alive (<200 messages per day, and overnight 3-4 hours can pass without a message), but if it wasn't there then I'd code filter_begin to check on the state and reconnect if necessary, or make a new connection every time. Best

[Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread G.W. Haywood
Hi there, On Wed, 27 Apr 2016, Dianne Skoll wrote: I'm looking at stripping out unused features from MIMEDefang. I approve. Neither of the two features you mention is used here, and it's unlikely that there would ever be a need, but thanks for asking. -- 73, Ged.

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Matt Garretson
"Nope" on both here. ___ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Anne Bennett
> 1) Does anyone use the "-X n" feature that calls a function called > filter_tick every "n" seconds? If not... I'd like to nuke. Not used here. > 2) Does anyone use the "-N map_sock" feature that provides a > SOCKETMAP to Sendmail 8.13+? If not... again, I'd like to nuke. Not used here but

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Dianne Skoll
On Wed, 27 Apr 2016 20:11:24 +0200 (CEST) Frank Doepper wrote: > I do heavy RCPT-caching and IP-rating with a SQLite DB and use > filter_tick to expire old entries from the tables. Darn! :) OK, filter_tick stays. Regards, Dianne.

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Frank Doepper
Am 27.04.16 um 13:23 schrieb Dianne Skoll: > 1) Does anyone use the "-X n" feature that calls a function called > filter_tick every "n" seconds? If not... I'd like to nuke. I do heavy RCPT-caching and IP-rating with a SQLite DB and use filter_tick to expire old entries from the tables.

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Dave Osbourne
Hi Dianne, 1) Does anyone use the "-X n" feature that calls a function called filter_tick every "n" seconds? If not... I'd like to nuke. I don't use this (2 large MXs and a few smaller ones) 2) Does anyone use the "-N map_sock" feature that provides a SOCKETMAP to Sendmail 8.13+? If

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Joseph Brennan
--On April 27, 2016 at 13:23:51 -0400 Dianne Skoll wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, all, > > I'm looking at stripping out unused features from MIMEDefang. > > 1) Does anyone use the "-X n" feature that calls a function called >

Re: [Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Dale Moore
I used to use filter_tick to basically do keep-alives on the tcp connection from the milter to a database or ldap server. This, I hoped, would solve the problem of the remote server silently closing the connection down because of inactivity. I found that it was more appropriate to instead -

[Mimedefang] Poll: Who uses the "filter_tick" and "map" functionality of MIMEDefang? (-X and -N options to mimedefang-multiplexor)

2016-04-27 Thread Dianne Skoll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all, I'm looking at stripping out unused features from MIMEDefang. 1) Does anyone use the "-X n" feature that calls a function called filter_tick every "n" seconds? If not... I'd like to nuke. 2) Does anyone use the "-N map_sock" feature that