On Tue, 5 Nov 2002, Stikman Hostmaster wrote:
> return action_bounce("Foreign spam not accepted. Please contact Postmast er for details.");
> action_notify_administrator("Foreign spam message rejected.");
The first line terminates the routine, so the second one never gets executed.
Swap the order of the lines.
--
David.