Mailing List Archive

[Bug 679] Problems with vacation_reply
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=679




--- Comment #1 from Nigel Metheringham <nigel@exim.org> 2008-03-05 13:39:28 ---
I think this is likely to be down to the db library working with an unclean (ie
not zeroed) page of memory. Almost definitely not an exim fault.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 679] Problems with vacation_reply [ In reply to ]
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=679

Maciej Cetler <m.cetler@komunix.pl> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |m.cetler@komunix.pl




--- Comment #2 from Maciej Cetler <m.cetler@komunix.pl> 2008-03-05 13:44:46 ---
The problem exists in this line:
subject = ${if def:h_Subject: {Re: ${quote:${escape:${length_50:$h_Subject:}}}
(autoreply)} {Informacja} }

exactly in length_50. If the subject has less then 50 bytes it
puts some chunks of memory inside it. How to check if this is
database related issue or exim one?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 679] Problems with vacation_reply [ In reply to ]
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=679




--- Comment #3 from Nigel Metheringham <nigel@exim.org> 2008-03-05 13:57:26 ---
so its the subject thats being padded with unknown data rather than just the db
file?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

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