chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
352b039
)
spam.m4: Don't filter messages intended for postmaster.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 19:59:43 +0000
(19:59 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 19:59:43 +0000
(19:59 +0000)
spam.m4
patch
|
blob
|
blame
|
history
diff --git
a/spam.m4
b/spam.m4
index b20b7e061e78be8b01e55d6aec94680c118e822c..350dcd2e6833f38e8b3ef7f7c726719eea22ad1e 100644
(file)
--- a/
spam.m4
+++ b/
spam.m4
@@
-77,6
+77,11
@@
rcpt_spam:
## If the client is trusted, don't bother with any of this.
accept hosts = +trusted
## If the client is trusted, don't bother with any of this.
accept hosts = +trusted
+ ## Always accept mail to `postmaster'. Currently this is not
+ ## negotiable; maybe a tweak can be added to `domains.conf' if
+ ## necessary.
+ accept local_parts = postmaster
+
## Collect the user's spam threshold from the `address_data'
## variable, where it was left by the `fetch_spam_limit' router
## during recipient verification. (This just saves duplicating this
## Collect the user's spam threshold from the `address_data'
## variable, where it was left by the `fetch_spam_limit' router
## during recipient verification. (This just saves duplicating this