Here�s a thing that allows the tag for the email to be set via config.
sk0# diff spamassassin spamassassin.orig
47,51d46
< =item munge_subject_with [string]
<
< Uses the argument as the string to munge the subject with. Otherwise
< the default is to use '***SPAM***' instead.
<
54c49
< With all options the configuration line will look like the following
---
> With both options the configuration line will look like the following
56c51
< spamasssasin reject_threshold 18 munge_subject_threshold 8
munge_subject_with >SPAM<
---
> spamasssasin reject_threshold 18 munge_subject_threshold 8
177d171
< my $munge = $self->{_args}->{munge_subject_with} || '***SPAM***';
sk0#
[my ability for cogent thought has left me due to unforseen circumstances,
but this patch may be useful to some folks]
Thanks,