Skip to content

Commit

Permalink
bump email
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 23, 2023
1 parent ca63d5c commit 0063782
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions email/vsmtp/filter.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

rcpt: [
// After each RCPT TO command
rule "verify for host" || {
if "erebe.eu" in ctx::rcpt_list().domains {
state::next()
} else {
log("warn", `Refusing email for ${ctx::rcpt_list()}`);
state::deny()
}
}
//rule "verify for host" || {
// if "erebe.eu" in ctx::rcpt_list().domains {
// state::next()
// } else {
// log("warn", `Refusing email for ${ctx::rcpt_list()}`);
// state::deny()
// }
//}
],

preq: [
Expand Down

0 comments on commit 0063782

Please sign in to comment.