diff options
-rwxr-xr-x | bin/email2irc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index dd02f39d..ff3d9e15 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -60,7 +60,7 @@ while read line ; do MY_LINE=$line debug123 "#1" MY_LINE $MY_LINE # if this is a multipart email it comes from the email extension plugin - if [ "${line:0:7}" = "------=" ] ; then + if [ "${line:0:7}" = "------=" ] || [ "${line:0:9}" = "Content-T" ] ; then debug123 "#2" line $line MY_LINE="" else |