[Mimedefang] The action action_notify_sender not work...

Kelson Vibber kelson at speed.net
Thu Aug 21 01:42:01 EDT 2003


On Wednesday 20 August 2003 3:14 pm, Hernan Dario Arredondo wrote:
> Hi. I put a line with the action action_notify_sender in my mimdefang
> filter, but this doesn't work why ?
...
>         return action_quarantine($entity, "An attachment named $fname was
...
>         action_notify_sender($msg);

Once you call return(), the function is over, and nothing else will be 
executed.  You should instead do:
	action_quarantine(...)
	return action_notify_sender(...)


-- 
Kelson Vibber
www.speed.net




More information about the MIMEDefang mailing list