[exim-dev] [Bug 2620] New: Taint mismatch, string_vformat: s…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2620] New: Taint mismatch, string_vformat: spam 396
https://bugs.exim.org/show_bug.cgi?id=2620

            Bug ID: 2620
           Summary: Taint mismatch, string_vformat: spam 396
           Product: Exim
           Version: 4.94
          Hardware: x86
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: General execution
          Assignee: unallocated@???
          Reporter: arekm@???
                CC: exim-dev@???


exim 4.94 + exim-4.94+fixes branch (86ba540670517109809d93cd73716d320a6a0923)

  accept  hosts = :
    set acl_m0    = $local_part@$domain



check_message:

[...]

   deny  message = This message is SPAM (scored $spam_score points). Local
settings.
   condition = ${if <{$message_size}{11264k}{1}{0}}
         spam = $acl_m0
         log_message = spamd: $callout_address, spam score: $spam_score, spam
report: $spam_report. Local settings.


   warn  message = ${if <{$spam_score_int}{60}{X-Spam-Status: no,
score=$spam_score required=6.0 ($spam_bar)}{X-Spam-Score: $spam_score
($spam_bar)\nX-Spam-Flag: YES\nX-Spam-Status: yes, score=$spam_score
required=6.0 ($spam_bar)\nX-Spam-Report: $spam_report}}
   condition = ${if <{$message_size}{11264k}{1}{0}}
         spam = $acl_m0:true
         log_message = spamd: $callout_address, spam score: $spam_score, spam
report: $spam_report







deny: condition test failed in ACL "check_message"
processing "deny" (/etc/mail/exim.conf 422)
  message: This message is SPAM (scored $spam_score points). Local settings.
check condition = ${if <{$message_size}{11264k}{1}{0}}
                = 1
check spam = $acl_m0
           = testuser@???
spamd: addrlist '192.168.0.71 783 tmo=180s :  192.168.0.45 783 tmo=180s :
192.168.0.142 783 tmo=180s : 192.168.0.73 783 tmo=180s'
spamd: addr entry '192.168.0.71 783 tmo=180s'
spamd:  addr parm '192.168.0.71'
spamd:  addr parm '783'
spamd:  addr parm 'tmo=180s'
spamd: addr entry '192.168.0.45 783 tmo=180s'
spamd:  addr parm '192.168.0.45'
spamd:  addr parm '783'
spamd:  addr parm 'tmo=180s'
spamd: addr entry '192.168.0.142 783 tmo=180s'
spamd:  addr parm '192.168.0.142'
spamd:  addr parm '783'
spamd:  addr parm 'tmo=180s'
spamd: addr entry '192.168.0.73 783 tmo=180s'
spamd:  addr parm '192.168.0.73'
spamd:  addr parm '783'
spamd:  addr parm 'tmo=180s'
spamd: trying server 192.168.0.71 783
LOG: MAIN PANIC DIE
  Taint mismatch, string_vformat: spam 396


search_tidyup called
>>>>>>>>>>>>>>>> Exim pid=29660 (fresh-exec) terminating with rc=1 >>>>>>>>>>>>>>>>


--
You are receiving this mail because:
You are on the CC list for the bug.