Hi Thomas, I have put this in place and the errors I had are no longer being logged.
To give you an idea of the scale of the problem, I ran the following: root@mail:/usr/local/assp# grep "local but not valid" maillog.txt |wc -l 2022 2022 lines with the error were detected between the logfile being rolled at midnight and me updating at 11:10! What checks get disabled by this new setting? Will ASSP no longer remove foreign BCCs? If so does it reject or pass the messages with foreign addresses and is this just a temporary fix pending investigation into the root cause? All the best, Colin Waring. -----Original Message----- From: Thomas Eckardt [mailto:[email protected]] Sent: 21 October 2013 05:50 To: ASSP development mailing list Subject: [Assp-test] fixes in assp 2.3.4 build 13294 Hi all, fixed in assp 2.3.4 build 13294: changed: - it is now possible to disable the header address check for to,cc and bcc addresses our $DoHeaderAddrCheck = 1; # (0/1) do the header address check for TO,CC,BCC The default value for this is '1' - to disable the check add the following line to 'lib/CorrectASSPcfg.pm' and restart assp. $main::DoHeaderAddrCheck = 0; Thomas DISCLAIMER: ******************************************************* This email and any files transmitted with it may be confidential, legally privileged and protected in law and are intended solely for the use of the individual to whom it is addressed. This email was multiple times scanned for viruses. There should be no known virus in this email! ******************************************************* ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
