RE: Notification when user sends email

2006-01-25 Thread Nathaniel Dell
ry 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

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
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

RE: Notification when user sends email

2006-01-25 Thread Nathaniel Dell
7;; [EMAIL PROTECTED]; users@spamassassin.apache.org Subject: RE: Notification when user sends email Sorry forgot to put in the code * ^From.*dell4242 { :0c: ${DEFAULT} :0 c ! [EMAIL PROTECTED] } -Original Message- From: Nathaniel Dell [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ja

RE: Notification when user sends email

2006-01-25 Thread Nathaniel Dell
rg' Subject: RE: Notification when user sends email Will this do the same thing? -Original Message- From: Dale Morin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 12:01 PM To: users@spamassassin.apache.org Cc: Nathaniel Dell Subject: Re: Notification when user sends ema

RE: Notification when user sends email

2006-01-25 Thread Nathaniel Dell
Will this do the same thing? -Original Message- From: Dale Morin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 12:01 PM To: users@spamassassin.apache.org Cc: Nathaniel Dell Subject: Re: Notification when user sends email Hello, You will need to modify it where I am

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
Hello, You will need to modify it where I am extracting the username part of the email address from the To: address. That is where you will want to examine the From: address instead. Note that I am altering the subject to insert the original username in front of the subject so that messages in

RE: Notification when user sends email

2006-01-25 Thread Nathaniel Dell
Subject: Re: Notification when user sends email Hello, Yes, it can be done fairly easily using procmail. We have a client that has a copy of every incoming email forwarded to another account. My personal objections to Big Brother aside, it works nicely. Modifying that recipe so that it fires only

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
Hello, Yes, it can be done fairly easily using procmail. We have a client that has a copy of every incoming email forwarded to another account. My personal objections to Big Brother aside, it works nicely. Modifying that recipe so that it fires only when the From: address is [EMAIL PROTECTED]

Re: Notification when user sends email

2006-01-25 Thread Matt Kettler
Nathaniel Dell wrote: > > Is it possible to receive a notification when a user sends a emai to > anyone in the company? I need to implement something like this. > > Help would be greatly appreciated!! > Sounds like a job for swatch or logsurfer. These tools are designed to watch your logs for even

Notification when user sends email

2006-01-25 Thread Nathaniel Dell
Is it possible to receive a notification when a user sends a emai to anyone in the company? I need to implement something like this. Help would be greatly appreciated!!