procmail
[Top] [All Lists]

Re: Aloha! A question about STDERR...

2001-02-12 02:00:32
Michael J Wise <mjwise(_at_)kapu(_dot_)net> wrote

> I'm fiddling with "SixPack"[1], and have a question about the
> following line, which I have tried to customize as follows:
>
> NSLOOKUP=`nslookup ${REVERSED}.rbl.maps.vix.com 2> /dev/null`
>
> Why does it still send the following to my logs:
>
> *** malasada.lava.net can't find 30.91.65.64.rbl.maps.vix.com:
> Non-existent host/domain

  First of all, that's my old webpage.  I'm surprised that it
hasn't been taken down, since I did cancel that account.  I'll
have to check with the ISP. The zones listed on that page are
out of date and will not work. The new webpage is at
http://www.waltdnes.org/email/dnslists

  The currently valid zone lookups for the various DNS lists are...

  NSLOOKUP=`nslookup ${REVERSED}.dialups.mail-abuse.org`
  NSLOOKUP=`nslookup ${REVERSED}.inputs.orbs.org`
  NSLOOKUP=`nslookup ${REVERSED}.blackholes.mail-abuse.org`
  NSLOOKUP=`nslookup ${REVERSED}.relays.mail-abuse.org`

  Re; getting rid of the error message.  The only thing I can
think of is to turn off logging before the first lookup, and
turning it back on after the last lookup.  The logging is doing
its job, i.e. noting that "nslookup" failed.  This is due to the
fact that "nslookup" wasn't really intended to be used this way.
Then again, email wasn't intended for sending spam.

--
Walter Dnes
<waltdnes(_at_)waltdnes(_dot_)org>
<walter(_dot_)dnes(_at_)sympatico(_dot_)ca>

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>