[Mimedefang] Re: making quaranteened parts available
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Thu Feb 28 15:11:59 EST 2002
    
    
  
On Thu, 28 Feb 2002, Douglas J Hunley wrote:
> still stumped on this..
> for this I just add a call to action_notify_administrator to
> /etc/mail/mimedefang-filter, right? before or after the call to
> replace_with_url?
Doesn't matter.  You can do:
if (mumble) {
	action_replace_with_url(...);
	action_notify_administrator(...);
	return;
}
and it will work.
--
David.
    
    
More information about the MIMEDefang
mailing list