From 0ed536eda2fd04acb0d8485123aa06287203fce8 Mon Sep 17 00:00:00 2001 From: ASPP Student Date: Mon, 3 Sep 2018 15:31:22 +0200 Subject: [PATCH] removed the -e option, fixes #18 --- massmail | 7 ------- 1 file changed, 7 deletions(-) diff --git a/massmail b/massmail index 87a9615..f4c5695 100755 --- a/massmail +++ b/massmail @@ -53,11 +53,6 @@ Options: -s SEPARATOR set field separator in parameter file, default: ";" - -e ENCODING set PARAMETER_FILE *and* BODY character set - encoding, default: "UTF-8". Note that if you fuck - up this one, your email will be full of rubbish: - You have been warned! - -f fake run: don't really send emails, just print to standard output what would be done. Don't be scared if you can not read the body: it is base64 encoded @@ -142,8 +137,6 @@ def parse_command_line_options(arguments): } for option, value in opts: - if option == "-e": - options['encoding'] = value if option == "-s": options['sep'] = value elif option == "-F":