62d924bab7
process for a mailing list or mail address. It is invoked by qmail-local through a dot-qmail file, and can reduce the amount of junk mail hitting a mailbox or the mailboxes of mailing list subscribers. qconfirm performs this delivery confirmation process either sender based or message based. When used for a public mail address, not a mailing list, qconfirm is capable of detecting follow-ups on mail messages originated from this mail address, and doesn't request delivery confirmation is this case. qconfirm also is able to identify delivery confirmation requests from recipients of mail messages, and automatically confirms the delivery if desired.
9 lines
317 B
C
9 lines
317 B
C
$NetBSD: patch-src_qconfirm__getline.h,v 1.1 2019/07/09 18:23:15 schmonz Exp $
|
|
|
|
Rename local getline() to avoid duplicating a system-provided definition.
|
|
|
|
--- src/qconfirm_getline.h.orig 2004-12-12 16:57:17.000000000 +0000
|
|
+++ src/qconfirm_getline.h
|
|
@@ -1 +1 @@
|
|
-extern int getline();
|
|
+extern int qconfirm_getline();
|