On Thu, Aug 02, 2012 at 03:20:46PM +0200, Tom Hendrikx wrote: > On 8/2/12 2:50 PM, k...@rice.edu wrote: > > > > Hi Jasper, > > > > I am glad that you found the proper exim option. We need to get that > > included > > in the next release version of the dspam.conf.in. This issue was caused by > > the > > fact that DSPAM was calling a local delivery agent and just handing it the > > full message, but exim can act as both an SMTP aware MTA and a mail.local > > type > > MDA. Without the option, the SMTP protocol does terminate messages at a > > single > > dot (.) on a line. Maybe adding a note to that effect would be useful as > > well. > > > > If you can write an updated version of doc/exim.txt, I'll be glad to > commit that. Current version is at: > > http://dspam.git.sourceforge.net/git/gitweb.cgi?p=dspam/dspam;a=blob;f=doc/exim.txt;hb=HEAD > > > Regards, > Tom >
Hi Tom, Here is the update to exim.txt and dspam.conf.in: $ diff exim.txt exim.txt_NEW 43,47c43,53 < Finally, you will need to configure and compile DSPAM. DSPAM will most likely < end up calling exim again for delivery, using the spam-scanned protocol to < identify scanned messages. The most common example is: < < ./configure --with-delivery-agent="/usr/sbin/exim -oMr spam-scanned" --- > Finally, you will need to configure and compile DSPAM. You can configure > DSPAM with the appropriate LDA using --with-delivery-agent= at configure > time or by specifying TrustedDeliveryAgent in dspam.conf. DSPAM will most > likely end up calling exim again for delivery, using the spam-scanned > protocol to identify scanned messages. The most common example is: > > ./configure --with-delivery-agent="/usr/sbin/exim -oMr spam-scanned -oi" > > Note: DSPAM expects the LDA to NOT provide the "line with a single dot (.)" > processing to indicate the end of data that a MTA must provide to meet the > SMTP RFC, hence the "-oi" option to exim above. $ diff dspam.conf.in dspam.conf.in_NEW 46c46 < #TrustedDeliveryAgent "/usr/local/sbin/exim -oMr spam-scanned" # Exim --- > #TrustedDeliveryAgent "/usr/local/sbin/exim -oMr spam-scanned -oi" # Exim Regards, Ken ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user