On Sun, 2006-02-19 at 05:33, Bernd Petrovitsch wrote: > On Sat, 2006-02-18 at 11:48 -0600, Les Mikesell wrote: > [....] > > That was all true until the milter interface worked reliably. Now > > if you can't do what you want by pasting a few well-known lines > > into sendmail.mc to expand the canned macros that handle most > > transport-related needs, you write a milter in a language of > > your choice that runs under a uid of your choice, does the > > processing you want in realtime to control the smtp conversation > > and whatever else you want it to do. > > Do know of a good tutorial/intro/... to write a milter plugin (assuming > years of programming and sendmail experience)?
Personally, I'd recommend trying MimeDefang first to see if it already does what you need or if it can be accomplished by just adding the operations you need to the perl filter portion but this looks like the place to start if you want to do it the hard way: http://www.milter.org/milter_api/index.html. -- Les Mikesell [EMAIL PROTECTED]
