Displaying 1 result from an estimated 1 matches for "1181517".
Did you mean:
1181157
2020 Oct 20
2
Sieve body test
I have an email where I need to edit the body. I know this is generally a bad idea, but in this case I need to do it. The email comes in automatically every week or two, and so I thought that SIEVE would be the way to go.
if header :contains "from" "theaddress at tehdomain" {
if body :raw :contains "A string" {
# Magic happens here
}
}
It looks