RE: [Exim] how to bounce and keep messages

Startseite
Nachricht löschen
Nachricht beantworten
Autor: David Markham
Datum:  
To: 'Thomas Baumann', exim-users
Betreff: RE: [Exim] how to bounce and keep messages
You could use a filter to say

my syntax may be wrong but hopefully someone will double check it...

if $message_size > 10000000        <- 10 meg as message size is in bytes
then
    fail text " your messages is over a certain size"
    seen finish    <-- this would then reject the message but you could put
somehting like unseen i think, which would then carry on processing
endif


Look at the documentation for filter on www.exim.org also see below.

${if >{$message_size}{10M} <- pasted straight from filter documentation at
www.exim.org.



-----Original Message-----
From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
Behalf Of Thomas Baumann
Sent: 16 July 2002 16:00
To: exim-users@???
Subject: [Exim] how to bounce and keep messages


Hello,

I have following Scenario:

I want to receive Mails bigger than e.g. 15MB,
but I want to create a autoreply after receive,
that the message exceeds the allowed size.

Can somebody provide me a config with
router / transport etc.

which works like this.

thanks

thomas

Thomas Baumann // tirili+list.exim@???

-------------------------------------------------
This mail sent through tiri.li webmail server ...

--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##