Hello List,
I patched  my Qmail with Bill`s toaster patch and the greylist patch. A
view weeks ago Eduardo Cortés provided the list with a patch to get
logging for SPF (great Eduardo), so I tried to add the patch over my
existing Qmail setup. There where some errors while patching, so I tried
to apply the patch by hand. Unfortunately both will break greylisting,
but logging works. Here is my qmail-smtp.rej File:

***************
*** 591,596 ****
      return;
    }
    if (flagbarfspf) { err_spf(); return; }
    switch (chkuser_realrcpt (&mailfrom, &addr)) {

          case CHKUSER_KO:
--- 626,634 ----
      return;
    }
    if (flagbarfspf) { err_spf(); return; }
+   if (!relayclient) {
+     if (!envelope_scanner()) return;
+   }
    switch (chkuser_realrcpt (&mailfrom, &addr)) {

          case CHKUSER_KO:


I`m not into programming at all, so I don´t know what could cause
greylisting to break. Is there anybody  having a working  SPF-Log Patch
together with greylisting and can provide me with a working patch?

thank you very much

Hans-Juergen

Reply via email to