On Mon, 10 Sep 2007, Cronfy wrote: > Probably it is not a good idea to use Message-ID as an internal message > identificator > as this MDaemon server does, but it is also not very good to truncate > server's reply > as in this case with exim. Are there any reasons for that?
Yes. There has to be some limit, otherwise there is a risk of something getting overwritten if the client just keeps on sending. The limit for the contents of the C= log item is currently 100 characters. When I wrote the code, I never thought anybody would use a message identifier longer than that. The number is arbitrary. It could be increased to, say, 256 easily enough. If you want to do it yourself, the 100 is in line 958 of the deliver.c source file. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
