Comment reject rule that rejects mail to self
modules/config/mail.scm
| 113 | 113 | # Then, we reject on some other conditions: | |
| 114 | 114 | ||
| 115 | 115 | # 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 | |
| 117 | 117 | # If it comes from someone on the blacklist | |
| 118 | 118 | match from any mail-from <blacklist> reject | |
| 119 | 119 |