X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fmaps;h=fc0a65fe5caa2766368fcb02e84eff6553e13768;hb=6e590d0ef541e09c67d19225304d279322ad5112;hp=4a9b64edd29ca8dffe08b628ba7dbe349f39eaf8;hpb=dd45f3430c6ce7ad0633e2a7989c120372ef0b6f;p=clearscm.git diff --git a/maps/bin/maps b/maps/bin/maps index 4a9b64e..fc0a65f 100755 --- a/maps/bin/maps +++ b/maps/bin/maps @@ -125,7 +125,7 @@ sub ValidDomainUser($) { sub formatRule($) { my ($rec) = @_; - return "$rec->{pattern}\@$rec->{domain}:$rec->{sequence}/$rec->{hit_count}"; + return "$rec->{pattern}\@$rec->{domain}:$rec->{sequence}/$rec->{hit_count} $rec->{comment}"; } # formatRule sub ProcessMsgs ($$$) { @@ -169,7 +169,7 @@ sub ProcessMsgs ($$$) { # Discard messges coming from andrew@clearscm.com because I don't send from # that email address if (lc $msgInfo{to} eq 'andrew@clearscm.com') { - $log->msg("Nullisting message from Andrew\@ClearSCM.com since I don't send from that email address"); + $log->msg("Nulllisting message from Andrew\@ClearSCM.com since I don't send from that email address"); next; } # if