Dave Steinberg <[EMAIL PROTECTED]> writes: > I was curious if anyone has a way of logging additional headers in > their incoming log. In particular, one of my customers wanted to > add the X-SPAM-STATUS header to his log so he could do some post > processing for statistics purposes. I told him this doesn't > presently exist, but the more I thought about it, it seems like it > might be somewhat useful to be able to log an arbitrary header.
This isn't currently possible, though the logging system is something we plan to eventually rework in TMDA 1.1 to make it more flexible. If you don't want to wait for this to happen, you can look at hacking MessageLogger.py for your own purposes. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
