Changeset 38487 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Jun 17, 2015, 2:32:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r38195 r38487 142 142 143 143 if ($extver eq "1") { 144 print STDERR "WARNING WARNING WARNING\n"; 145 print STDERR "Very soon version 1 postage stamp requests will be rejected. Please update your request tables to version 2 format.\n"; 144 print STDERR "Version 1 postage stamp requests are no longer accepted. Please update your request tables to version 2 format.\n"; 146 145 print STDERR "Note that EMAIL will not be optional\n"; 147 146 … … 247 246 # if any is known. Do we want to do this for any other channels? 248 247 # requests from data store will have those values. 249 if ($label and $label eq 'WEB.UP') {248 if ($label and ($label eq 'WEB.UP' or $label eq 'WEB')) { 250 249 if ($labelForUser) { 251 250 $label = $labelForUser;
Note:
See TracChangeset
for help on using the changeset viewer.
