spf-discuss
[Top] [All Lists]

Re: libspf - RELEASE v0.23 beta - 100% Sendmail Support!

2004-02-10 10:21:05
James Couzens wrote:

libspf v0.23 beta is available for download from http://libspf.org
The debugging doesn't work.  Here's a micro patch

--- spf.c.dist  Sun Feb  8 16:20:17 2004
+++ spf.c       Tue Feb 10 17:51:57 2004
@@ -62,7 +62,7 @@
*/
void SPF_dbg_level(int level)
{
-   config_globals.dbg_level = 0;
+   config_globals.dbg_level = level;
}


@@ -106,8 +106,9 @@

dbg_printf("[%s] SPF_init :: Called with: (%s) (%s) (%s) (%s) (%s) %u:%u\n", config_globals.dbg_logtag, local, rip, expl, tf, guess, use_trust, use_guess);
-
+#if 0
  config_globals.dbg_level          = 0;
+#endif
  config_globals.action_unknown     = TARPIT;
  config_globals.action_error       = TARPIT;
  config_globals.action_soft_fail   = TARPIT;

-------
Sender Permitted From: http://spf.pobox.com/
Archives at http://archives.listbox.com/spf-discuss/current/
Latest draft at http://spf.pobox.com/spf-draft-20040209.txt
Wiki: http://spfwiki.infinitepenguins.net/pmwiki.php/SenderPermittedFrom/
To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname(_at_)©#«Mo\¯HÝÜîU;±¤Ö¤Íµø?¡


<Prev in Thread] Current Thread [Next in Thread>