Compare commits
1 commit
5e0cb9ebcc
...
4c946968e1
Author | SHA1 | Date | |
---|---|---|---|
4c946968e1 |
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ in {
|
||||||
}
|
}
|
||||||
{"else" = false;}
|
{"else" = false;}
|
||||||
];
|
];
|
||||||
|
# The sieve script only handles the last RCPT TO command (https://stalw.art/docs/sieve/variables).
|
||||||
|
# Since we want it to run for every recipient, we need to accept them one at a time. :-(
|
||||||
|
# This setting throws a temporary error for the second RCPT TO command after which the HRZ retries in a new connection.
|
||||||
|
max-recipients = 1;
|
||||||
};
|
};
|
||||||
data.script = "'redirects'";
|
data.script = "'redirects'";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue