Hey,

I recently redid my dspam setup and now postfix is submitting to dspam over 
LMTP.  This has reminded me of a problem I had earlier: DSPAM doesn't properly 
remove escaped dots when it's acting as an LMTP server.  

Here's the body of two emails, one submitted to dspam via dspamc and the other 
via LMTP from postfix.  DSPAM then used dovecot's deliver lda for delivery.

dspamc:

two dots
..
one dot
..  ##### my note: not 100% sure dspam is what's doubling this dot
..two dots text
.one dot text

postfix lmtp:

two dots
...
one dot
..
... two dots text
.. one dot text

I'm currently getting around this problem (it breaks tons of HTML emails) by 
using a shell script that runs sed to replace ^.. with . and then pipes to 
dovecot as my trusted delivery agent, but that's really kind of lame and it 
breaks the dspamc case.

Am I missing some setting in dspam somewhere or is this just a bug?

Thanks!
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to