John Schmerold via Exim-users <[email protected]> wrote: > I am using Exim as a spam filter for a dozen domains, I store recipients > in a recipients.txt using this directive > require recipients = nwildlsearch;/etc/exim/recipients.txt
> I want to get abuse reports for all domains sent to me using this directive: > abuse@* [email protected] Tt > I thought I could add this line to /etc/exim/recipients.txt: > abuse@* [...] > If I use *@whyme.com in recipients.txt, everything works fine, so I'm > not sure why abuse@* wouldn't work. Hello, that is how nwildlsearch works, see <http://www.exim.org/exim-html-current/doc/html/spec_html/ch-file_and_database_lookups.html#SECTsinglekeylookups> You can either match exactly, or "the string may begin with an asterisk to mean “ends with", or use a regex or use a nested lookup. "Begins with" is not listed. ^abuse@ would probably work as pattern. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
