Displaying 1 result from an estimated 1 matches for "subdaomin".
Did you mean:
subadmin
2023 Feb 24
2
Inconsistent filtering with debugging
...and moved to the appropriate folders.
Now, I see that for the envelope filter, the behavior differs depending
if I am debugging the rules or if the mails are received in a regular way.
I have something like this:
require "envelope";
# ...
if envelope :is "to" "foo at subdaomin.example.com" {
fileinto "INBOX.bar";
stop;
}
# ...
The thing is if I call sieve-filter on the INBOX, I get the information
that the mail is to be moved to the appropriate folder. However during
delivery the mail is not moved there. Other rules in the script are
working so it i...