Marc Perkel wrote: > What I'm thinking is that the list come back from perl in a variable. > Then you use a recursive ACL to parse out eack one and test each one > against several lists. If you find a bad one you reject the message. > > Any perl gurus here? I'll do the ACL.
After going back through this thread I noticed a post by David Saez Padros who provided the following link: http://www.ols.es/exim/dlext/ His surbl plugin for exim would be trivial to modify to include additional lists to check and would be without the pain of trying to do things in ACLs and perl. It simply returns a 1 or a 0. -- The Exim Manual http://www.exim.org/docs.html http://docs.exim.org/current/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
