openbsd-ports/mail/smtp-vilter/patches/patch-bin_smtp-vilter_scan_l
jasper e4750f009c - add patches from "MARTIN" to pass sasl auth status to the spam backend
this will be integrated into the next upstream release.
2009-11-26 14:02:58 +00:00

12 lines
445 B
Plaintext

$OpenBSD: patch-bin_smtp-vilter_scan_l,v 1.1 2009/11/26 14:02:58 jasper Exp $
--- bin/smtp-vilter/scan.l.orig Sun Jan 21 13:09:38 2007
+++ bin/smtp-vilter/scan.l Fri Oct 23 09:41:00 2009
@@ -52,6 +52,7 @@ logfile { return LOGFILE; }
config-file { return CFGFILE; }
statfile { return STATFILE; }
interval { return INTERVAL; }
+header-options { return HEADER_OPTIONS; }
spam-header { return SPAMHDR; }
ldaphost { return LDAPHOST; }