Mageia Bugzilla – Attachment 10063 Details for
Bug 22825
Procmail error message "procmail[27400]: Suspicious rcfile "/home/pew/.procmailrc" pretty useless
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch for error message
procmail-3.22-suspiciousrcfile.patch (text/plain), 1.15 KB, created by
w unruh
on 2018-03-26 02:49:20 CEST
(
hide
)
Description:
patch for error message
Filename:
MIME Type:
Creator:
w unruh
Created:
2018-03-26 02:49:20 CEST
Size:
1.15 KB
patch
obsolete
>diff -up procmail-3.22/man/procmail.man{.orig,} >--- procmail-3.22/man/procmail.man.orig 2001-09-10 21:54:43.000000000 -0700 >+++ procmail-3.22/man/procmail.man 2018-03-25 17:30:51.205129912 -0700 >@@ -459,7 +459,7 @@ A filter returned unsuccessfully, procma > Skipped: "x" > Couldn't do anything with "x" in the rcfile (syntax error), ignoring it. > .TP >-Suspicious rcfile "x" >+rcfile not used-- wrong HOME/file permissions? 'x' > The owner of the rcfile was not the recipient or root, the file was > world writable, or the directory that contained it was world writable, > or this was the default rcfile (@PROCMAILRC@) and either it was group >diff -up procmail-3.22/src/procmail.c{.orig,} >--- procmail-3.22/src/procmail.c.orig 2018-03-25 17:18:00.400973171 -0700 >+++ procmail-3.22/src/procmail.c 2018-03-25 17:27:41.223099566 -0700 >@@ -565,7 +565,7 @@ rerr: readerr(buf); > #else > if(stat(buf,&stbuf)) /* the best we can */ > #endif >- { static const char susprcf[]="Suspicious rcfile"; >+ { static const char susprcf[]="rcfile not used-- wrong HOME/file permissions? "; > suspicious_rc: > closerc();nlog(susprcf);logqnl(buf); > syslog(LOG_ALERT,slogstr,susprcf,buf);
diff -up procmail-3.22/man/procmail.man{.orig,} --- procmail-3.22/man/procmail.man.orig 2001-09-10 21:54:43.000000000 -0700 +++ procmail-3.22/man/procmail.man 2018-03-25 17:30:51.205129912 -0700 @@ -459,7 +459,7 @@ A filter returned unsuccessfully, procma Skipped: "x" Couldn't do anything with "x" in the rcfile (syntax error), ignoring it. .TP -Suspicious rcfile "x" +rcfile not used-- wrong HOME/file permissions? 'x' The owner of the rcfile was not the recipient or root, the file was world writable, or the directory that contained it was world writable, or this was the default rcfile (@PROCMAILRC@) and either it was group diff -up procmail-3.22/src/procmail.c{.orig,} --- procmail-3.22/src/procmail.c.orig 2018-03-25 17:18:00.400973171 -0700 +++ procmail-3.22/src/procmail.c 2018-03-25 17:27:41.223099566 -0700 @@ -565,7 +565,7 @@ rerr: readerr(buf); #else if(stat(buf,&stbuf)) /* the best we can */ #endif - { static const char susprcf[]="Suspicious rcfile"; + { static const char susprcf[]="rcfile not used-- wrong HOME/file permissions? "; suspicious_rc: closerc();nlog(susprcf);logqnl(buf); syslog(LOG_ALERT,slogstr,susprcf,buf);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22825
: 10063