Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 408275

Summary: mail-mta/netqmail-1.06 - SMTPRCPTTO is empty
Product: Gentoo Linux Reporter: Sebastian Wieseler <sebastian>
Component: Current packagesAssignee: Qmail Team (OBSOLETE) <qmail-bugs+disabled>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sebastian Wieseler 2012-03-15 06:32:45 UTC
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.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-15 13:56:18 UTC
(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.
Comment 2 Sebastian Wieseler 2012-03-15 16:37:12 UTC
no overlay:

mail-mta/netqmail-1.06  USE="qmail-spp ssl -authcram -gencertdaily -highvolume -vanilla"
The other two are part of this package.
Comment 3 Sebastian Wieseler 2012-04-10 19:00:16 UTC
Any progress on this? :/
Comment 4 Sebastian Wieseler 2012-12-10 15:51:17 UTC
The bug is still existing…
Does nobody wants to work on this?
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-05-27 00:24:44 UTC
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.