On Mon, 10 Jun 2002, William Craven wrote:
> "Dave C." wrote:
>
> > > I am attempting to use the ORDB Realtime Blackhole List in the ACL list
> > > associated with SMTP RCPT command and it seems to have had no effect. A
> > > message came through last night that was sent from an ORDB blocked site
> > > and the header was not added.
> > >
> > > The ACL set smtp_rcpt is as follows
> > >
> > > smtp_rcpt:
> > > accept hosts = :
> > > deny hosts = +block_hosts
> > > message = host $sender_host_address is blocked by this server
> > > warn dnslists = relays.ordb.org/warn
> > ^^^^^
> > This seems to be something left over from your exim3 setup
> >
> > Try just:
> >
> > warn dnslists = relays.ordb.org
> >
> > > message = X-RBL-Warning: [ORDB] possible SPAM see \
> > > http://www.ordb.org/lookup/?host=$sender_host_address
>
> Removed '/warn' and still no joy. I must be missing something obvious.
> Any other pointers - is there any person on this list who is
> successfully using ORDB RBL with Exim 4.04 could forward their ACL for
> me to compare.
Try:
exim -d -bh 1.2.3.4
(where 1.2.3.4 is an IP thats listed on the ordb)
This might give you a clue..