Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bieling <john.bieling@gmx.de>2016-03-13 00:40:26 +0300
committerJohn Bieling <john.bieling@gmx.de>2016-03-13 00:40:26 +0300
commitebf95bd6b7cf38a636f1d9cd33d04847e7448b2e (patch)
treea1e8c563714715a4399d37da9869693a14c13e69 /README.md
parentbc63c8a72649c09fb1a688d81aeb9fa0016ee4d8 (diff)
Rephrasing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6a0d4e..a0fdd0f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ To get your copy of the dmarcts-report-parser, you can either clone the reposito
```
git clone https://github.com/techsneeze/dmarcts-report-parser.git
```
-or download a zip file containg all files from [here](https://github.com/techsneeze/dmarcts-report-parser/archive/master.zip). Once the files have been downloaded, you will need to copy/rename `dmarcts-report-parser.conf.sample` to `dmarcts-report-parser.conf`. Next, edit the configuration options in `dmarcts-report-parser.conf`:
+or download a zip file containg all files from [here](https://github.com/techsneeze/dmarcts-report-parser/archive/master.zip). Once the files have been downloaded, you will need to copy/rename `dmarcts-report-parser.conf.sample` to `dmarcts-report-parser.conf`. Next, edit the configuration options:
```
####################################################################
@@ -46,7 +46,7 @@ $imapreadfolder = 'Inbox';
# will be moved (overruled by the --delete option!)
$imapmovefolder = 'Inbox.processed';
```
-The script is looking for that config file in the current working directory.
+The script is looking for `dmarcts-report-parser.conf` in the current working directory.
## Usage