You are an enormous help! I will do it with procmail, since it doesn't seem like there is another way to do. Just need to get down and dirty with qmail... Thanks for all your help on this! Ate
-----Original Message----- From: Dale Morin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 2:31 PM To: Nathaniel Dell Cc: users@spamassassin.apache.org Subject: Re: Notification when user sends email 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