mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
mail/procmail-bgrb is a new port tracking the BuGlessRB fork of procmail (which hasn't been updated for over 20 years). The commits to BuGlessRB/procmail appear be by the original author of procmail. Wikipedia documents that the upstream for this port is its repo. As this upstream is in active development and the original procmail on sourceforge is defunct, we may wish to consider merging or replacing mail/procmail with this port at some point. Reported by: Lucas Holt at midnightbsd.org (on Twitter)
12 lines
429 B
C
12 lines
429 B
C
*** src/recommend.c.bak Wed Apr 2 07:15:45 1997
|
|
--- src/recommend.c Tue Jun 17 21:48:49 1997
|
|
***************
|
|
*** 23,29 ****
|
|
{ fprintf(stderr,"Please run this program via 'make recommend'\n");
|
|
return EX_USAGE;
|
|
}
|
|
- strchr(mailspooldir,'\0')[-1]='\0'; /* strip last character */
|
|
for(p=checkf;*p;p++)
|
|
if(!stat(*p,&stbuf)&&stbuf.st_mode&S_ISGID)
|
|
{ if(stbuf.st_mode&S_ISGID)
|
|
--- 23,28 ----
|