Re: [exim] base64 messages

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] base64 messages
On 25/11/2021 15:47, Jim Pazarena via Exim-users wrote:
> when the entire content of a spam email message is in base64 , is there a variable available that has that content in decoded text so that a filter can view it ?


Messages can be big. Exim does not directly give access to the body *in full*
because of that.

See the documentation on $message_body and the ${base64d: } operator;
they may provide suifficent for your needs. If not, you'll be peeking
into the spool-file, which isn't really something I recommend.
--
Cheers,
Jeremy