Log message if of every processed email (to have a better debugging possibility in general).
This commit is contained in:
parent
79a652b917
commit
7dc66a14f4
1 changed files with 2 additions and 0 deletions
|
@ -525,6 +525,8 @@ returns
|
|||
# parse email
|
||||
mail = parse(msg)
|
||||
|
||||
Rails.logger.info "Process email with msgid '#{mail[:message_id]}'"
|
||||
|
||||
# run postmaster pre filter
|
||||
UserInfo.current_user_id = 1
|
||||
filters = {}
|
||||
|
|
Loading…
Reference in a new issue