Hi All Does anyone have documentatuion on how to add Procmail to Exim so that it works system wide and not per mailbox. I have googled .. but found nothing..
I am using Freebsd 6.2 with Spammassasin and this is working but I would like to add rules in procmail Many Thanks Robby -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Cooper Sent: Friday, July 27, 2007 03:15 To: '[email protected]' Subject: Re: [exim] rejection notice jean-paul natola wrote: > Hi everyone, > I changed the default message in my configure file , so in the event > the message is not SPAM the user has a way to get whitelisted, > > What I'm trying to avoid is the extra 550 in the message- > > this what you will get if you send a message that gets classified as > spam > > smtp;550-This message scored 903.4 points.YOUR MESSAGE HAS BEEN FLAGGED AS SPAM IF550-YOU RECEIVED THIS NOTICE PLEASE SEND AN EMAIL TO [EMAIL PROTECTED] WITH550 THE WORD REJECTED IN THE SUBJECTLINE. > > here's the data that is actually in my config file; > > # Reject spam messages with score over 10, using an extra condition. deny message = This message scored $spam_score points.YOUR MESSAGE HAS BEEN FLAGGED AS SPAM IF YOU RECEIVED THIS NOTICE PLEASE SEND AN EMAIL TO [EMAIL PROTECTED] WITH THE WORD REJECTED IN THE SUBJECTLINE. > Jean-Paul Natola If you can add the following control to your rejection ACL, then the response will not have the extra 550's in the messge. It will be a very long one line message. I believe any kind of long message breaks Outlook/Exchange though. control = no_multiline_response -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## 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/ -- ## 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/
