I don't know if this is a Gentoo or and upstream bug: I have a simple script which will do some rcpt checks. It is written in perl and access SMTPRCPTTO via: $ENV{SMTPRCPTTO} But the variable is empty. If I just test it with a simple MAIL FROM ... RCPT TO ... RSET directly to qmail, $ENV{SMTPRCPTTO} is empty. I checked with other variables: SMTPRCPTCOUNTALL, SMTPRCPTHOSTSOK which work quite well (variables are defined and not empty). My versions are: genqmail-20080406 netqmail-1.06 qmail-spp-0.42 I think it's somewhere a bug that this variable is empty.
(In reply to comment #0) > My versions are: > genqmail-20080406 netqmail-1.06 qmail-spp-0.42 Please spell out the canonical CATEGORY/PACKAGE-VERSIONs for these packages - and from what overlays you installed them.
no overlay: mail-mta/netqmail-1.06 USE="qmail-spp ssl -authcram -gencertdaily -highvolume -vanilla" The other two are part of this package.
Any progress on this? :/
The bug is still existing… Does nobody wants to work on this?
This is an upstream bug, sorry. Reading qmail-spp.c, it should be in the env, so I don't see why it isn't for your script.