Mailing List Archive

svn commit: r485322 - /spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm
Author: felicity
Date: Sun Dec 10 16:27:16 2006
New Revision: 485322

URL: http://svn.apache.org/viewvc?view=rev&rev=485322
Log:
fix typo in ImageInfo

Modified:
spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm

Modified: spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm?view=diff&rev=485322&r1=485321&r2=485322
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm (original)
+++ spamassassin/rules/trunk/sandbox/felicity/ImageInfo.pm Sun Dec 10 16:27:16 2006
@@ -323,8 +323,7 @@
$self->_get_images($pms);
}

- my $name = $type.'_dems';
- return unless (exists $pms->{'imageinfo'}->{$name});
+ return unless (exists $pms->{'imageinfo'}->{"dems_$type"});

foreach my $dem ( keys %{$pms->{'imageinfo'}->{"dems_$type"}}) {
my ($h,$w) = split(/x/,$dem);