Craig Whitmore wrote:
> warn log_message = email = $local_part@$domain received_for = $received_for
>
> gives in logfile
>
> 2006-01-17 22:03:51 1Eymkp-0002Nz-Nr H=(terminal) [60.234.13.222]
> Warning: email = @ received_for =
Ah sorry. Shame that this happens to me :)
> warn log_message = Stored spam report from $sender_address.
> condition = ${if match{$acl_m3}{report2@???}{true}{false}}
> condition = ${if eq{$mime_content_type}{message/rfc822}{1}{0}}
> decode = /tmp/spam
/tmp/spam is a kind of mailbox. Create a maildir folder, then write the
messages into Maildir/new:
decode = /tmp/spam/Maildir/new
I wouldn't pipe these messages into Exim since you don't want to change
them.
/tom