- Timestamp:
- 04/21/16 17:23:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r860 r862 3501 3501 return if !%reciplist; 3502 3502 3503 # dodge a bullet with module version "numbers" 3504 my ($ver) = ($IPDB::VERSION =~ /^([\d.]+)(?:^\d|$)/); 3505 3503 3506 foreach my $recip (keys %reciplist) { 3504 3507 $mailer->mail($smtpsender); … … 3508 3511 "Date: ".strftime("%a, %d %b %Y %H:%M:%S %z",localtime)."\n", 3509 3512 "Subject: {IPDB} $subj\n", 3510 "X-Mailer: IPDB Notify v".sprintf("%.1d",$ IPDB::VERSION)."\n",3513 "X-Mailer: IPDB Notify v".sprintf("%.1d",$ver)."\n", 3511 3514 "Organization: $org_name\n", 3512 3515 "\n$message\n");
Note:
See TracChangeset
for help on using the changeset viewer.