Comment reject rule that rejects mail to self

Julien LepillerSun Jul 28 18:53:05+0200 2024

2450acb

Comment reject rule that rejects mail to self

modules/config/mail.scm

113113
# Then, we reject on some other conditions:
114114
115115
# If the mail tries to impersonate us
116-
match !from src <other-relays> mail-from \"@lepiller.eu\" for any reject
116+
#match !from src <other-relays> mail-from \"@lepiller.eu\" for any reject
117117
# If it comes from someone on the blacklist
118118
match from any mail-from <blacklist> reject
119119