diff --git a/contrib/smtp/smtp-source.py b/contrib/smtp/smtp-source.py index ae174c5..5f02dc7 100755 --- a/contrib/smtp/smtp-source.py +++ b/contrib/smtp/smtp-source.py @@ -17,9 +17,8 @@ for a real professional solution """ - eol = "\r\n" -dictionary = "dictionary.txt" +dictionary = '/'.join(__file__.split('/')[:-1]) + "/dictionary.txt" checkpoint_for_newline = 300