Hello, > It looks like the server that is hosting our email doesn't have procmail > configured with qmail. Further the provider won't support it.... Procmail is > installed, but this seems a lot less intuitive than I thought at first. > Would there be a less intruisive way to do this? All I really need to know > is if a user sent a mail to anyone in the company, not the content of the > email. > Thanks for all of the help thus far, you guys are great!
There may be another way of doing it, but this is the simplest way I know. You need to examine every incoming message to the box and isolate those that are to be delivered to an address in a specific domain. Once you've isolated the incoming messages you care about, you further need to isolate those messages from a specific sender. You can then throw away the message body and forward just the headers on to another address. I don't know of a better way than procmail. Sorry I can't be of more help. Dale