> # Mail loops will generate a critical log message. > Set($LogToSyslog , undef); If you don't want it to use syslog, you need to use '' instead of undef. Set($LogToSyslog , ''); This is a side-effect of the magic configuration setting stuff that allows us to have a RT_LocalConfig file.[1] -R Footnotes: [1] Unless we fixed that.. but I don't think we did.