[Exim] HTML system filter

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Daniel Otis-Vigil
日付:  
To: exim-users
題目: [Exim] HTML system filter
I added this to my system_filter.exim file but the bounce is bounced to
postmaster because it has a copy of the HTML email in it. How can I make
this bounce message go through?

Daniel

# reject HTML formatted emails
if $message_body contains "<HTML>" then
  fail text "This message has been rejected because it\n\
             \tcontains HTML formatting.  HTML formatted\n\
             \temail can hide potentially damaging scripts\n\
             \tor comprimise privacy.  Please re-send in\n\
             \tplain-text format."
  seen finish
endif