[Turn off line numbering]1: arg c, address; 2: var lines, code, line; 3: 4: .set_timeout(c, 120); 5: c.write("MAIL FROM: <" + address + ">"); 6: lines = (> .get_response(c) <); 7: [code, line] = lines[1]; 8: if (code == 250) 9: return lines.slice(2); 10: throw(~error, "ERROR FROM " + maildrop + ": " + lines.slice(2).join(), code);
// Created 13-Oct-1996 as a part of ColdCore, see: @help Credit