]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/sendEmail
Remove rootfile checking for coreutils, esniper and libsigc++
[people/pmueller/ipfire-2.x.git] / tools / sendEmail
index 19b2f8d7faae3d6329c8e44b67b4782a9aa43551..bf2d3949de361a8e3ba652aaa31db67cba8ad385 100755 (executable)
@@ -16,8 +16,6 @@ while 1:
                line = raw_input()
        except EOFError:
                break
-       #if not line:
-       #       break
        if line.startswith("From: "):
                fromaddr = line
        elif line.startswith("To: "):