Hi Jason,
> # Prepend '*****SPAM*****' to the Subject
> action_change_header("Subject", "\*\*\*\*\*SPAM\*\*\*\*\* $Subject");
The only thing that is different to my configuration (which is working
correctly) is, do not escape the asterisks, i.e.:
action_change_header("Subject", "*****SPAM***** $Subject");
Rgds,
Patric