search for: _contains_my_address_

Displaying 1 result from an estimated 1 matches for "_contains_my_address_".

Did you mean: _contains_my_address
2020 Nov 09
1
DOP-1414 sieve vacation address matching is case sensitive
...ivered message; no known (envelope) recipient address found in message headers (recipient=<user at domain.com>, and no additional `:addresses' are specified)" and no auto-response will be sent the problem seems to be located in /src/lib-sieve/plugins/vacation/cmd-vacation.c and the _contains_my_address_() function the comparison is done using dovecot's lib-smtp (src/lib-smtp/smtp-address.h) smtp_address_equals() function, which returns smtp_address_cmp(.) == 0; smtp_address_cmp() does a case insensitive comparison of the domain parts (using null_strcasecmp()) and a case sensitive comparison...