#
# Reverse-Path Rewriting (aka Sender Rewriting Scheme)
#
# This text file contains a lookup database of sender addresses
# for which we should always perform SRS. See 10.16 of the Exim manual
# http://www.exim.org/exim-html-4.30/doc/html/spec_10.html#SECT10.16
# for more details, but basically each line contains a domain
# followed by a colon-separated list of local parts at that domain,
# possibly negated and possibly including '*'. It might look something like this:
#
# infradead.org: !postmaster : *
# slowglass.com: dwmw2
#
# see features/srs.m4
#