summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-19 12:29:32 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-19 12:29:32 +0000
commite3a551db89de81a8003074c96354da779960d224 (patch)
tree095e5e1d51b54cfcf67fbf383dde076178aecb20 /mail/procmail
parentRemove -DTAYLOR_UUCP from CFLAGS, it is obsoleted (diff)
The pre beta version seems to no longer exist, use the procmail-3.10
instead. Add a new patch. formail.c has a variable named daemon that clashes with the daemon function, change the variable to mdaemon instead.
Notes
Notes: svn path=/head/; revision=414
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile4
-rw-r--r--mail/procmail/files/patch-aa36
2 files changed, 38 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index bf2330158d2d..cb8bb383c55e 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -3,10 +3,10 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.6 1994/10/12 09:26:40 adam Exp $
+# $Id: Makefile,v 1.7 1994/11/09 03:36:12 jkh Exp $
#
-DISTNAME= procmail-3.10pre5
+DISTNAME= procmail-3.10
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
IS_INTERACTIVE= yes
diff --git a/mail/procmail/files/patch-aa b/mail/procmail/files/patch-aa
index 8187251fba8e..72e54bf28215 100644
--- a/mail/procmail/files/patch-aa
+++ b/mail/procmail/files/patch-aa
@@ -29,3 +29,39 @@
else :; fi; \
done
echo Housekeeping file >install.man
+*** src/formail.c Mon Oct 31 18:30:09 1994
+--- src/formail.c Sat Nov 19 13:09:22 1994
+***************
+*** 35,41 ****
+ x_[]= "X-", /* general extension */
+ old_[]= OLD_PREFIX, /* my extension */
+ xloop[]= "X-Loop:", /* ditto ... */
+! daemon[]="<>",unknown[]=UNKNOWN,re[]=" Re:",fmusage[]=FM_USAGE;
+
+ static const struct {const char*hedr;int lnr;}cdigest[]=
+ {
+--- 35,41 ----
+ x_[]= "X-", /* general extension */
+ old_[]= OLD_PREFIX, /* my extension */
+ xloop[]= "X-Loop:", /* ditto ... */
+! mdaemon[]="<>",unknown[]=UNKNOWN,re[]=" Re:",fmusage[]=FM_USAGE;
+
+ static const struct {const char*hedr;int lnr;}cdigest[]=
+ {
+***************
+*** 275,281 ****
+ goto pnewname;
+ }
+ else if(sest[i].head==returnpath) /* nill Return-Path: */
+! { saddr=(char*)daemon;nowm=maxindex(sest)+2; /* override */
+ pnewname: lastm=nowm;saddr=strcpy(malloc(strlen(saddr)+1),saddr);
+ if(namep)
+ free(namep);
+--- 275,281 ----
+ goto pnewname;
+ }
+ else if(sest[i].head==returnpath) /* nill Return-Path: */
+! { saddr=(char*)mdaemon;nowm=maxindex(sest)+2; /* override */
+ pnewname: lastm=nowm;saddr=strcpy(malloc(strlen(saddr)+1),saddr);
+ if(namep)
+ free(namep);