[Mimedefang] Notifications
    Jeff Heinen 
    jeff.heinen at inherent.com
       
    Tue Feb  5 15:35:18 EST 2002
    
    
  
Thats just what I do:
--
        if ( ( $prefs{'notify'} ) && ($mStats{'hits'} > $prefs{'notify'} ) )
{
                &log_entry('notify');
            foreach $recip (@Recipients) {
                    delete_recipient($recip);
            }
            add_recipient($prefs{'admin'});
            action_change_header("Subject", "NOTIFY: $Subject");
        }
--
Not pretty code, but functional. :_)
-----Original Message-----
From: Miller Michael Contractor USTC
[mailto:michael.miller at hq.transcom.mil]
Sent: Tuesday, February 05, 2002 12:23 PM
To: 'mimedefang at lists.roaringpenguin.com'
Subject: RE: [Mimedefang] Notifications
Sure. Use the add_recipient and delete_recipient functions. Might have names
wrong but the functionality is available in the newer versions. You can add
yourself and drop everyone else that way.
Mike Miller
-----Original Message-----
From: Kozloski, Matthew [mailto:matthew.kozloski at strus.com]
Sent: Tuesday, February 05, 2002 2:10 PM
To: 'mimedefang at lists.roaringpenguin.com'
Subject: [Mimedefang] Notifications
Is there any "easy" way to adjust the notifications? I.E. when I drop a
message containing porn, I don't want the intended recip and sender to know
about it, however, I (as the sys admin) would like to know - any thoughts?
Thanks - Matt
Matthew E. Kozloski
Information Systems Support
           --==--
Specialized Technology Resources, Inc.
10 Water ST
Enfield, CT  06082
           --==--
tele:  860-749-8371
fax:   860-749-8234
email: matthew.kozloski at strus.com
www:   http://www.strus.com
_______________________________________________
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
MIMEDefang mailing list
MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
    
    
More information about the MIMEDefang
mailing list