Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed May 31, 2012
1 parent a3d38a9 commit ed0f445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postfix/postfinger.cgi
Expand Up @@ -196,7 +196,7 @@ if ( !$in{'go'} ) {
open(MAILQ, "/bin/cat `$config{'postfix_config_command'} -h config_directory`/master.cf 2>/dev/null |");
while (my $postfinger = <MAILQ>) {
($postf1,$postf2,$postf3,$postf4,$postf5,$postf6,$postf7,$postf8)=split(/\s+/,$postfinger,8);
if ($postfinger =~ /\-\o/) {
if ($postfinger =~ /\-o/) {
print "<tr><td class='e'> </td><td class='v'> </td>",
"<td class='v'> </td><td class='v'> </td>",
"<td class='v'> </td><td class='v'> </td>",
Expand Down

0 comments on commit ed0f445

Please sign in to comment.