cabot ca-dosign

Peter Palfrader savannah.gnu.org@palfrader.org
Thu, 27 Nov 2003 18:26:21 -0500


CVSROOT:	/cvsroot/cabot
Module name:	cabot
Branch: 	
Changes by:	Peter Palfrader <savannah.gnu.org@palfrader.org>	03/11/27 18:26:21

Modified files:
	.              : ca-dosign 

Log message:
	Detect photo IDs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/cabot/cabot/ca-dosign.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: cabot/ca-dosign
diff -u cabot/ca-dosign:1.14 cabot/ca-dosign:1.15
--- cabot/ca-dosign:1.14	Tue Sep  9 13:41:55 2003
+++ cabot/ca-dosign	Thu Nov 27 18:26:21 2003
@@ -94,7 +94,7 @@
 	return $result;
 };
 
-my $revision = '$Revision: 1.14 $';
+my $revision = '$Revision: 1.15 $';
 
 sub send_mail($$$) {
 	my ($to, $subject, $body) = @_;
@@ -188,7 +188,7 @@
 		#};
 		push @alluids, { uid => $uid,
 		                 revoked => ($trust eq 'r'),
-		                 email => ($uid =~ /@/) ? 1 : 0 } if ($type eq 'uid');
+		                 email => ($uid =~ /@/) ? 1 : 0 } if ($type eq 'uid' || $type eq 'uat');
 	};
 
 
@@ -352,7 +352,7 @@
 
 =head1 VERSION
 
-$Id: ca-dosign,v 1.14 2003/09/09 17:41:55 weasel Exp $
+$Id: ca-dosign,v 1.15 2003/11/27 23:26:21 weasel Exp $
 
 =head1 COPYRIGHT