<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/2/2016 8:19 PM, Indunil
Jayasooriya wrote:<br>
</div>
<blockquote
cite="mid:CAJF2yJStKbC3xnJ3hxwzDBhLuMZba=6_OG-bxzEc-h=uqutKVA@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div class="gmail_extra">
<div class="gmail_quote">On Thu, Nov 3, 2016 at 4:28 AM, Jeff
Morris <span dir="ltr"><<a moz-do-not-send="true"
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>
</div>
</div>
</div>
</div>
</blockquote>
<br>
Same thing as with '[SPAM: _SCORE(0)_] ', it causes the literal
string '[SPAM: _(0)SCORE_] ' to be inserted into the subject, i.e.
'_(0)SCORE_' does not get interpolated.<br>
<br>
</body>
</html>