2009/7/20 Vasiliy Tolstov <[email protected]>: > Hello! > I'm using exim (4.69) and want that is spf != pass, do sender verify. > And if two condition is fail = deny. > Is that possible?
Sure. Write a sub URL that looks a bit like this: my_sub_url: accept spf = pass require verify = sender Then invoke my_sub_url wherever you want the test to take place, with 'deny' or 'defer' as appropriate. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## 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/
