Fixed a bad assigning in 'mail' that prevented from seeing the greylisting

values in the graph
This commit is contained in:
Jordi Sanfeliu 2013-01-14 12:53:53 +01:00
parent ba50e90feb
commit cc00a48098
1 changed files with 2 additions and 2 deletions

View File

@ -418,8 +418,8 @@ sub mail_update {
$gen[2] = 0;
$gen[3] = 0;
$gen[4] = 0;
$gen[5] = int($gl_records) || 0;
$gen[6] = 0;
$gen[5] = 0;
$gen[6] = int($gl_records) || 0;
$gen[7] = int($gl_greylisted) || 0;
$gen[8] = int($gl_whitelisted) || 0;
$gen[9] = 0;