On Sep 27, 8:45am, Jim Osborn wrote:
Subject: subscriber looks like daemon I've got a subscriber called "mail@<his-domain-name>.com" which makes sense to him, but causes SmartList to reject his posts. Does anyone know of a trick I can use to slip his posts past the daemon screens?
Hi Jim,
There is a hook for this in rc.custom, I've modified the default setting to reflect the specifics of your example above:
daemon_bias='100^0 ^From:.*mail@<his-domain-name>.com' # You could set "daemon_bias" to positively discriminate some # mail address not to be from a daemon. Either with a regexp as demonstrated # or with more complicated recipes that simply set it to '100^0' or nothing.
smartlist@lists.rwth-aachen.de