@@ -5,9 +5,9 @@ import fileinput
import os
import email
archiveDir = '/var/www/html/reports/'
archiveDir = '/var/www/html/'
rawEmail = sys.stdin.read().decode('utf-8')
rawEmail = sys.stdin.read()
emailObject = email.message_from_string(rawEmail)
The note is not visible to the blocked user.