In article <!&!AAAAAAAAAAAYAAAAAAAAACozyx2udwdCpm6DOwB5qfzCgAAAEAAAAE7H9DT6wJpFjXxqWxAiaDsBAAAAAA==@nospam.com>,
nospam <nospam@???> wrote:
> I'd like to use the data available at SURBL and on their multi list (with
> positives in spamassassin as listed in the header upward)...
> I've therefore added following in my exim ACL conditions :
[...]
> Could someone help me on this by explaining how to get exim check mail
> content to face it against those at surbl... Is there a formatted acl to do
> that checking ???
There is an example of a DATA ACL to do this using embedded perl at
http://www.teuton.org/~erik/docs/exim_surbl.shtml
though looking at the code, it doesn't seem to follow the SURBL
implementation guidelines exactly when it comes to trimming to the base
domain.
-M-