https://bugs.exim.org/show_bug.cgi?id=2601
Bug ID: 2601
Summary: Taint for $sender_address_domain?
Product: Exim
Version: 4.94
Hardware: x86-64
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Filters
Assignee: unallocated@???
Reporter: martynas@???
CC: exim-dev@???
Should this case be affected by taint?
13:03:28 2686 âconsidering: $sender_address_domain:
13:03:28 2686 âââexpanding: $sender_address_domain:
13:03:28 2686 â°âââââresult: domain.com:
13:03:28 2686 â°ââ(tainted)
It's simply this in system filter:
if $sender_address_domain: is
message body is formed by the sender too, but.. it's not tainted. So, I think
it might be a bug?
--
You are receiving this mail because:
You are on the CC list for the bug.