FedEx's tracking URL is now behind a redirect at the old on. Updated the script with the new URL. I'm not entirely certain what the old output was, but this certainly looks sensible to me (tracking number, ship date, eta). Reference: /n/sources/patch/applied/fedex-url-update Date: Wed Nov 14 17:57:08 CET 2007 Signed-off-by: anthony@strand1.com --- /rc/bin/fedex Wed Nov 14 17:55:42 2007 +++ /rc/bin/fedex Wed Nov 14 17:55:41 2007 @@ -52,7 +52,7 @@ } # hget 'http://www.fedex.com/cgi-bin/track_it?airbill_list='$1'&kurrent_airbill='$1'&language=english&cntry_code=us&state=0' | -hget 'http://www.fedex.com/cgi-bin/tracking?action=track&language=english&cntry_code=us&initial=x&mps=y&tracknumbers='$1 | +hget 'http://www.fedex.com/Tracking?action=track&language=english&cntry_code=us&initial=x&mps=y&tracknumbers='$1 | htmlfmt >/tmp/fedex.$pid sed -n '/Tracking number/,/^$/p' /tmp/fedex.$pid | awk2 echo