<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 3, 2016 at 4:28 AM, Jeff Morris <span dir="ltr"><<a target="_blank" href="mailto:jeffm859@nullmodem.org">jeffm859@nullmodem.org</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><br>
I asked this question a few months ago, but still haven't found a solution, so thought I'd try again.<br>
<br>
I currently have the following line in my amavisd.conf:<br>
<br>
     $sa_spam_subject_tag = '[SPAM: _SCORE_] ';<br></blockquote><div><br><br></div><div>     can You try this ?<br><br>    $sa_spam_subject_tag = '[SPAM: _(0)SCORE_] '; <br><br><br>     <br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<br>
This causes Amavis to cause Spamassassin to rewrite my spammy Subject headers like this:<br>
<br>
     Subject: [SPAM: 8.353] Some Spammy Subject Here<br>
<br>
I'd like to tweak the score format here so it has a leading zero. i.e. I'd like to change the formatting from "%.3f" to "%06.3f", so my spammy Subject headers will instead look like this:<br>
<br>
     Subject: [SPAM: 08.353] Some Spammy Subject Here<br>
<br>
When I asked before, it was suggested that I change "_SCORE_" to "_SCORE(0)_", however that did not work, it caused the literal string "_SCORE(0)_" to be inserted into my subject lines, rather than the formatted score being substituted.<br>
<br>
Is there any way to do this?<br>
<br>
<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">cat /etc/motd<br><br>Thank you<br>Indunil Jayasooriya <br><a target="_blank" href="http://www.theravadanet.net/">http://www.theravadanet.net/</a><br><a target="_blank" href="http://www.siyabas.lk/sinhala_how_to_install.html">http://www.siyabas.lk/sinhala_how_to_install.html</a>   -  Download Sinhala Fonts<br><br></div></div>
</div></div>