Skip to content

Commit

Permalink
removed the -e option, fixes ASPP#18
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPP Student committed Sep 3, 2018
1 parent e7a240c commit 0ed536e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions massmail
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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":
Expand Down

0 comments on commit 0ed536e

Please sign in to comment.