[exim] sender-based retry-rules

Top Page
Delete this message
Reply to this message
Author: Marian Neubert
Date:  
To: exim-users
Subject: [exim] sender-based retry-rules
Hi list,

i like to make use of a domainlist in the retry-section which holds some
domains known to send huge amounts of spam-like mails. These mails
should have a relatively low retry time.

Since this domain list contains _sending_ domains, i think i had to use
some sort of pattern matching like this:

"${if eq{$sender_address}{*@+spamdomains}{*@*}{nixx@nixx}}"         * 
F,1d,30m


could this work as expected? unfortunately "exim -brt" could not be used
to test this...

kind regards,
Marian Neubert