On Wed, 22 Jun 2005, James Ebright wrote:
I check for auth in filter_begin (earliest I know of that you can check for authenticated users in MD [I use the global array SendmailMacros]) and skip portions of my MD filter if the user authenticated as well. Most actions in filter_recipients and filter_relay I dont actually take at that time but save to a state file and do not take any action until after I can check for authentication.
You can check for Sendmail Auth anytime by inspecting the COMMANDS file: http://lists.roaringpenguin.com/pipermail/mimedefang/2003-June/015208.html Bye, -- Steffen Kaiser _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

