From 1b19aae56027ac73cc165acdc51e24693c455dc0 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 4 Apr 2007 14:24:28 +0000 Subject: Document SPF functions git-svn-id: file:///svnroot/mailfromd/trunk@1346 7a8a7f39-df28-0410-adc6-e0d955640f24 --- NEWS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index abebdfc8..5c1d168d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Mailfromd NEWS -- history of user-visible changes. 2007-04-01 +Mailfromd NEWS -- history of user-visible changes. 2007-04-04 Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff See the end of file for copying conditions. @@ -7,6 +7,16 @@ Please send mailfromd bug reports to Version 3.1.91, SVN +* SPF support + +The function check_host() tests the SPF record for the given +identity/host name. The syntax is: + + number check_host(string ip, string domain, string sender, string helo) + +See the documentation, node `SPF functions' for the detailed +description of this function and the related functions and variables. + * next and pass Use `pass' instead of `next'. -- cgit v1.2.1