Changes

Jump to: navigation, search

OPS435 Python Assignment 1 2017 - 3

1,065 bytes added, 20:09, 4 September 2017
General Instructions
In this assignment you will create a program that will help you as a mail server administrator to answer questions about the status, load, and security of your mail server. You will not need to set up a mail server for this assignment, though you're welcome to use the one you've set up in OPS335 as a practice machine.
== General Instructions == === Name and Parameters === Your Python3 program will be named <code>maillog.py</code> and it will accept the following parameters: * <b><code>--default</code></b> or <b><code>-d</code></b> as an optional first argument, followed by:* <b><code>filename</code></b>, or:* <b><code>filename1 filename2 filename3</code></b> etc... - any number of filenames from 1 to as many as the command-line supports. === Header === Your program must be a single source file, and at the top of that file it will contain the following true statement as a comment (replace Andrew Smith with your own name): <source>OPS435 Assignment 1 - Fall 2017maillog.pyAuthor: Andrew SmithThe source code in this file (maillog.py) is original work written by Andrew Smith and has not been copied from any other source including anyperson, textbook, or online resource. I have not shared this work with anyoneor anything except for submission for grading. I understand that the Academic Honesty Policy is not a joke and violators will be punished.</source> <source lang="python"></source>

Navigation menu