<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>have you test this regex?:</tt><br>
      <br>
      <pre wrap="">header SPAM11OctF1 From =~ /.*airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@/i
describe SPAM11OctF1 From address contains the word airecom612@
score SPAM11OctF1 10.0

it must work
</pre>
      <br>
      <br>
    </div>
    <blockquote
cite="mid:CAJF2yJT4uWZCxgvyzhKeEq5aM0mf3RNOOJSPVt5scPDmCSWkfw@mail.gmail.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">I think that the parenthesis are not necessary and the @ must be escaped
</pre>
      </blockquote>
      <pre wrap="">
    I sometimes use brackets to filter Subject (some times multiple
Subjects). They work.

see one rule I use below . It is for Subject with brackets. Not for From address


file /etc/mail/spamassassin/SPAM_12AUG2016_Subject_1.cf

header SPAMS1 Subject =~ /(special offer|Marketing Strategy|amazing
offer|intake|Enroll Now)/i
describe SPAMS1 Email contains the above words
score SPAMS1 9.0


anyway, I removed brackets this time. Let's see what happens now. I
think \@ is a good point I should think of.

this is my new rule


file  /etc/mail/spamassassin/SPAM_11Oct2016_From_1.cf

header SPAM11OctF1 From =~ /^airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@/i
describe SPAM11OctF1 From address contains the word airecom612@
score SPAM11OctF1 10.0





</pre>
      <blockquote type="cite">
        <pre wrap="">
^.*airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@

for check on <a class="moz-txt-link-freetext" href="https://regex101.com">https://regex101.com</a> you can try the regex on complete mail source code like this:

......
......

X-Received: by 10.194.204.198 with SMTP id la6mr8163648wjc.2.1476250191474;
 Tue, 11 Oct 2016 22:29:51 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.194.122.104 with HTTP; Tue, 11 Oct 2016 22:29:51 -0700 (PDT)
From: Indunil Jayasooriya <a class="moz-txt-link-rfc2396E" href="mailto:indunil75@gmail.com"><indunil75@gmail.com></a>
Date: Wed, 12 Oct 2016 10:59:51 +0530
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:CAJF2yJRrygrg6myKO_Trd=2OQUP7Qd3LkObE=XH=4h3he848Ew@mail.gmail.com"><CAJF2yJRrygrg6myKO_Trd=2OQUP7Qd3LkObE=XH=4h3he848Ew@mail.gmail.com></a>
Subject: spam assassin rule to block a From address
To: <a class="moz-txt-link-abbreviated" href="mailto:amavis-users@amavis.org">amavis-users@amavis.org</a>
Content-Type: text/plain; charset=UTF-8
X-BeenThere: <a class="moz-txt-link-abbreviated" href="mailto:amavis-users@amavis.org">amavis-users@amavis.org</a>
......
.......



</pre>
        <blockquote type="cite">
          <pre wrap="">are you for usage of '^' ? because the string not start with sender address, you can try withou it.
</pre>
        </blockquote>
        <pre wrap="">

^ - start matching from the beginning of the string in regex

anyway, without it, I can try.



here's my new file ( without ^ )

my /etc/mail/spamassassin/SPAM_11Oct2016_From_1.cf file

header SPAM11OctF1 From =~ /(airecom612\+97d7d60a91d9695c9a4240f92d5c3cae)@/i
describe SPAM11OctF1 From address contains the word airecom612@
score SPAM11OctF1 10.0


</pre>
        <blockquote type="cite">
          <pre wrap="">
Can you post to us a source code of spam mail?
</pre>
        </blockquote>
        <pre wrap="">
here's the log.

Oct 12 02:55:37 mailgw amavis[1054]: (01054-03) Passed CLEAN [190.123.45.119] [190.123.45.119] <a class="moz-txt-link-abbreviated" href="mailto:airecom612+97d7d60a91d9695c9a4240f92d5c3cae@therealizationofhealth.net">airecom612+97d7d60a91d9695c9a4240f92d5c3cae@therealizationofhealth.net</a> - <a class="moz-txt-link-abbreviated" href="mailto:rept@mydomain.com">rept@mydomain.com</a> Message-ID: <a class="moz-txt-link-abbreviated" href="mailto:97d7d60a91d9695c9a4240f92d5c3cae@therealizationofhealth.net">97d7d60a91d9695c9a4240f92d5c3cae@therealizationofhealth.net</a> mail_id: dOZ+MykHl9Z2 Hits: -0.047 size: 11977 queued_as: 32CE11084D 9548 ms


Ideas are welcome.




</pre>
        <blockquote type="cite">
          <pre wrap="">12 Calcinaia (PI)
Tel +39058759108
cell 340 8398772
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:maurizio@etarom.com">maurizio@etarom.com</a>
Assistenza: <a class="moz-txt-link-abbreviated" href="mailto:assistenza@etarom.com">assistenza@etarom.com</a>
P.E.C. <a class="moz-txt-link-abbreviated" href="mailto:etarom@pec.etarom.com">etarom@pec.etarom.com</a>

Non indugiare oltre!, attiva adesso la tua casella di Posta Elettronica Certificata, per maggiori informazioni consulta la nostra news qui


****************************************
Qualora questo messaggio fosse da Voi ricevuto per errore vogliate cortesemente darcene notizia a mezzo telefax o e-mail e distruggere il messaggio ricevuto erroneamente. Quanto precede ai fini del rispetto del D.Lgs 196/03 sulla tutela dei dati personali.
****************************************
</pre>
        </blockquote>
        <pre wrap="">


--
cat /etc/motd

Thank you
Indunil Jayasooriya
<a class="moz-txt-link-freetext" href="http://www.theravadanet.net/">http://www.theravadanet.net/</a>
<a class="moz-txt-link-freetext" href="http://www.siyabas.lk/sinhala_how_to_install.html">http://www.siyabas.lk/sinhala_how_to_install.html</a>   -  Download Sinhala Fonts



--


Via del Tiglio 45
56012 Calcinaia (PI)
Tel +39058759108
cell 340 8398772
E-mail <a class="moz-txt-link-abbreviated" href="mailto:info@etarom.com">info@etarom.com</a>
P.E.C. <a class="moz-txt-link-abbreviated" href="mailto:etarom@pec.etarom.com">etarom@pec.etarom.com</a>

Non indugiare oltre!, attiva adesso la tua casella di Posta Elettronica Certificata, per maggiori informazioni consulta la nostra news qui


****************************************
Qualora questo messaggio fosse da Voi ricevuto per errore vogliate cortesemente darcene notizia a mezzo telefax o e-mail e distruggere il messaggio ricevuto erroneamente. Quanto precede ai fini del rispetto del D.Lgs 196/03 sulla tutela dei dati personali.
****************************************
</pre>
      </blockquote>
      <pre wrap="">


</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <br>
    <div class="moz-signature">-- <br>
      <br>
      <a href="https://www.etarom.com/"><img
          src="cid:part16.45CC33E8.8BABAA02@etarom.com"></a><br>
      Via del Tiglio 45 56012 Calcinaia (PI)<br>
      Tel +39058759108<br>
      cell 340 8398772<br>
      E-mail: <a href="mailto:maurizio@etarom.com">maurizio@etarom.com</a><br>
      Assistenza: <a href="mailto:assistenza@etarom.com">assistenza@etarom.com</a><br>
      P.E.C. <a href="mailto:etarom@pec.etarom.com">etarom@pec.etarom.com</a><br>
      <br>
      <table border="0" cellpadding="1" cellspacing="1" width="100%">
        <tbody>
          <tr>
            <td width="40"><img
                src="cid:part21.B147D9E9.8359ED20@etarom.com" alt=""
                height="56" width="36"></td>
            <td>Non indugiare oltre!, attiva adesso la tua casella di <strong>P</strong>osta
              <strong>E</strong>lettronica <strong>C</strong>ertificata,
              per maggiori informazioni consulta la nostra news <a
href="https://www.etarom.com/ETAROM/ShowNews.php?new=142e3a0dbdd57282212742d9025b8aa04aece90b4731f9f45c9bda1c8139a151">qui</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <span style="color: rgb(153, 153, 153);">
        ****************************************<br>
        Qualora questo messaggio fosse da Voi ricevuto per errore
        vogliate cortesemente darcene notizia a mezzo telefax o e-mail e
        distruggere il messaggio ricevuto erroneamente.
        Quanto precede ai fini del rispetto del D.Lgs 196/03 sulla
        tutela dei dati personali.<br>
        ****************************************</span> <br>
    </div>
  </body>
</html>