--
Maurizio Marini 39A90F832D1FC981 A5E768D4CE9E1FB8
Amm.ne Prov.le di Pesaro e Urbino tel. +39(721)359520
Via Mazzolari, 4 fax. +39(721)33930
61100 - Pesaro (Italy) mailto:[EMAIL PROTECTED]
--- Begin Message ---
Maurizio> ----- The following addresses had permanent fatal errors -----
Maurizio> helpdesk-list
Maurizio> :include:/var/lib/majordomo/lists/helpdesk
Maurizio> (expanded from: helpdesk-list)
Maurizio> ----- Transcript of session follows -----
Maurizio> 550 :include:/var/lib/majordomo/lists/helpdesk... Cannot open
Maurizio> /var/lib/majordomo/lists/helpdesk: Permission denied
Maurizio> 554 helpdesk-list... aliasing/forwarding loop broken
Maurizio> after installing sendmail 8.9.1
Maurizio> i tried:
Maurizio> O DontBlameSendmail=forwardfileinunsafedirpath,
Maurizio> forwardfileinunsafedirpathsafe
Maurizio> without any improvment
First, this is not a forward file, it's an include file. You should be
using includefileinunsafedirpath and includefileinunsafedirpathsafe.
There is a bug in 8.9.1 with includefileinunsafedirpath. This will be
fixed in 8.9.2. Here is the patch:
*** sendmail.h~orig Sun Nov 8 11:53:27 1998
--- sendmail.h Sun Nov 8 11:53:57 1998
***************
*** 1099,1105 ****
#define DBS_GROUPWRITABLEALIASFILE 0x00000010
#define DBS_WORLDWRITABLEALIASFILE 0x00000020
#define DBS_FORWARDFILEINUNSAFEDIRPATH 0x00000040
- #define DBS_INCLUDEFILEINUNSAFEDIRPATH 0x00000060
#define DBS_MAPINUNSAFEDIRPATH 0x00000080
#define DBS_LINKEDALIASFILEINWRITABLEDIR 0x00000100
#define DBS_LINKEDCLASSFILEINWRITABLEDIR 0x00000200
--- 1099,1104 ----
***************
*** 1122,1127 ****
--- 1121,1127 ----
#define DBS_INCLUDEFILEINUNSAFEDIRPATHSAFE 0x04000000
#define DBS_RUNPROGRAMINUNSAFEDIRPATH 0x08000000
#define DBS_RUNWRITABLEPROGRAM 0x10000000
+ #define DBS_INCLUDEFILEINUNSAFEDIRPATH 0x20000000
/* struct defining such things */
struct dbsval
--- End Message ---