USPS_MAILTYPE —
Interchange 5.9.0:
Source: code/UserTag/usps_query.tag
Line 79 (context shows lines 69-83)
return;
}
if ($service eq 'PARCEL') {
if ($weight < .375 or $weight > 35) {
$machinable = 'False';
}
}
if ($opt->{country}) {
$mailtype = lc ($opt->{mailtype} || $::Variable->{USPS_MAILTYPE} || 'package');
unless ($mailtypes{$mailtype}) {
$error_msg = "unknown mail type '$mailtype'.";
return;
}