From 7942a50104bdbb52c90621019ab2c1c8d7a58d32 Mon Sep 17 00:00:00 2001 From: ASPP Student Date: Mon, 2 Sep 2019 15:37:59 +0200 Subject: [PATCH] removed -e option --- massmail | 7 ------- 1 file changed, 7 deletions(-) diff --git a/massmail b/massmail index 4967401..93df5b9 100755 --- a/massmail +++ b/massmail @@ -56,11 +56,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 @@ -146,8 +141,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":