Email Detail
Show an email
GET /hyperkitty/api/list/[email protected]/email/J6WUWZ72UMI2SOGRNKADLZPKBC424LNZ/
{ "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/J6WUWZ72UMI2SOGRNKADLZPKBC424LNZ/", "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/", "message_id": "90EBEB52C48A411884EC2F5CB3A432F3@home30af03032d", "message_id_hash": "J6WUWZ72UMI2SOGRNKADLZPKBC424LNZ", "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/J6WUWZ72UMI2SOGRNKADLZPKBC424LNZ/", "sender": { "address": "vk4tec (a) tech-software.net", "mailman_id": null, "emails": null }, "sender_name": "Andrew Rich", "subject": "[amsat-bb] perl script to manipulate keps", "date": "2014-01-30T09:35:51Z", "parent": null, "children": [], "votes": { "likes": 0, "dislikes": 0, "status": "neutral" }, "content": "Enjoy - just keep adding subs for each bird\n\n#!/usr/bin/perl\nsystem(\"rm /maint/scripts/keps/*.txt\");\nsystem(\"wget http://www.celestrak.com/NORAD/elements/amateur.txt\");\nsystem(\"wget http://www.celestrak.com/NORAD/elements/cubesat.txt\");\nsystem(\"wget http://www.celestrak.com/NORAD/elements/weather.txt\");\nsystem(\"cat /maint/scripts/keps/*.txt > /maint/scripts/keps/total_keps.txt\");\nopen (outfile,\"> /maint/scripts/keps/final_keps.txt\");\nopen (keps,\"/maint/scripts/keps/total_keps.txt\");\nwhile (<keps>)\n{\n if (m/VO-52/)\n {\n print outfile $_;\n $next_line = <keps>;\n print outfile $next_line;\n $next_line = <keps>;\n print outfile $next_line;\n }\n}\nclose (outfile);\n\n", "attachments": [] }