> > echo will output to the log file. > > I use it for debugging all the time. check the manual
Correct, I use it a lot also. Isn't /etc/maildroprc basically a system-wide mailfilter file? Doesn't it support the same maildropfilter syntax as regular .mailfilter files? For some reason the "echo" inside my maildroprc isn't working (I don't see anything output to maillog). I also tried running a program inside maildroprc, as a test, which also doesn't seem to work. And again, I don't see any errors reported in the maillog. I must be doing something wrong? My maildroprc simply has this: echo "home is $HOME" `ls -la $HOME > $HOME/ls-la` I would expect to see the "home is /home/ricardo" in the maillog, and also see a file /home/ricardo/ls-la created in my home directory. I see neither, yet there are no errors and my mail is delivered normally. Ricardo ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
