Re: [exim] Wondering if this is possible?

2007-08-24 Thread Mike Cardwell
[EMAIL PROTECTED] wrote: It appears I have someone exploiting a form on a clients website. The problem is the site is massive and they have multiple forms. The email also appears to be valid as email is being sent to it. I can get the message id numbers but since they are delivered I can't

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Mar Matthias Darin
Hello, [EMAIL PROTECTED] writes: Lately we have been receiving a lot of SPAM with the empty subject field. Here is what I use for this problem: acl_check_data: denycondition = ${if or {{!def:h_Date:}{!def:h_Subject:}{!def:h_To:}}{yes}{no}} message = Message does

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Robby Balona
Wow! This is a nice rule... Well done! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mar Matthias Darin Sent: Friday, August 24, 2007 11:10 To: exim-users@exim.org Subject: Re: [exim] SPAM with empty subject field Hello, [EMAIL PROTECTED] writes:

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Neil Youngman
Mar Matthias Darin wrote Here is what I use for this problem: acl_check_data: denycondition = ${if or {{!def:h_Date:}{!def:h_Subject:}{!def:h_To:}}{yes}{no}} message = Message does not conform to RFC2822 standard RFC 2822 says The only required header fields

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Nigel Metheringham
On 24 Aug 2007, at 13:19, Neil Youngman wrote: RFC 2822 says The only required header fields are the origination date field and the originator address field(s). All other header fields are syntactically optional., i.e. Date: and from: so your error message seems to be wrong. RFC 2822

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Jethro R Binks
On Fri, 24 Aug 2007, Neil Youngman wrote: Mar Matthias Darin wrote Here is what I use for this problem: acl_check_data: denycondition = ${if or {{!def:h_Date:}{!def:h_Subject:}{!def:h_To:}}{yes}{no}} message = Message does not conform to RFC2822 standard

Re: [exim] Fake ACCEPT (ahem)

2007-08-24 Thread Ian Eiloart
--On 23 August 2007 11:55:45 +0100 Dave Evans [EMAIL PROTECTED] wrote: On Thu, Aug 23, 2007 at 12:37:57PM +0200, Marcin Krol wrote: Not if you're rejecting during the SMTP transaction, which is I think what was being discussed originally. Correct, *but the default clamav message saying

[exim] Log stats to DB?

2007-08-24 Thread D. Dante Lorenso
All, Can someone share an Exim rule that will allow me to log statistics to a database? I want to log the number of messages sent to/from a given user, total messages sent through server, and other various data. I've got Exim connected to PostgreSQL currently and can do queries inside

[exim] Conditional file include?

2007-08-24 Thread D. Dante Lorenso
All, I'm trying to do a conditional file include so that I can roll out the same exim configs to several hosts. I can't seem to get this to work: .include /etc/exim/host/${primary_hostname}.conf --- Starting exim: 2007-08-24 14:10:54 Exim configuration error in

[exim] mysql_servers for multiple servers

2007-08-24 Thread WJCarpenter
My reading of the spec/book is that mysql_servers is a global (main configuration) option, so any MySQL queries are going to look, in order, at the same list of hosts specified therein. I have a couple of unrelated MySQL queries that I want to do to different MySQL servers. I'd rather avoid the

[exim] Perl showing error while attempting exim -qff

2007-08-24 Thread Vinayan Benedict
Hi, While I am attempting command exim -qff Following error displays perl: warning: Please check that your locale settings: LANGUAGE = es_ES:es:en_GB:en, LC_ALL = [EMAIL PROTECTED], LANG = en_GB are supported and installed on your system. perl: warning: Falling back to

Re: [exim] mysql_servers for multiple servers

2007-08-24 Thread Magnus Holmgren
On Friday 24 August 2007 21:29, WJCarpenter wrote: My reading of the spec/book is that mysql_servers is a global (main configuration) option, so any MySQL queries are going to look, in order, at the same list of hosts specified therein. I have a couple of unrelated MySQL queries that I want

Re: [exim] SPAM with empty subject field

2007-08-24 Thread Mar Matthias Darin
Hello, Probably correct; however you may wish to consider the likelihood that a message with no Date:, Subject: or To: field is legitimate, and tweak its spam score accordingly if outright rejection is too risky in your environment (in fact I think the default SpamAssassin ruleset does

Re: [exim] Conditional file include?

2007-08-24 Thread Phil Pennock
On 2007-08-24 at 14:21 -0500, D. Dante Lorenso wrote: I'm trying to do a conditional file include so that I can roll out the same exim configs to several hosts. I can't seem to get this to work: .include /etc/exim/host/${primary_hostname}.conf --- Starting exim:

Re: [exim] Perl showing error while attempting exim -qff

2007-08-24 Thread Heiko Schlittermann
Vinayan Benedict [EMAIL PROTECTED] (Fr 24 Aug 2007 11:08:36 CEST): Hi, While I am attempting command exim -qff Following error displays perl: warning: Please check that your locale settings: LANGUAGE = es_ES:es:en_GB:en, LC_ALL = [EMAIL PROTECTED], LANG = en_GB

Re: [exim] Conditional file include?

2007-08-24 Thread D. Dante Lorenso
Phil Pennock wrote: On 2007-08-24 at 14:21 -0500, D. Dante Lorenso wrote: I'm trying to do a conditional file include so that I can roll out the same exim configs to several hosts. I can't seem to get this to work: .include /etc/exim/host/${primary_hostname}.conf ---

[exim] Jason Cornell is out of the office.

2007-08-24 Thread Jason Cornell
I will be out of the office starting 24/08/2007 and will not return until 03/09/2007. I will respond to your message when I return. Any urgent queries can be directed to [EMAIL PROTECTED] -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at

Re: [exim] Conditional file include?

2007-08-24 Thread John W. Baxter
On 8/24/07 2:34 PM, D. Dante Lorenso [EMAIL PROTECTED] wrote: Phil Pennock wrote: On 2007-08-24 at 14:21 -0500, D. Dante Lorenso wrote: I'm trying to do a conditional file include so that I can roll out the same exim configs to several hosts. I can't seem to get this to work: .include

Re: [exim] Conditional file include?

2007-08-24 Thread Dean Brooks
On Fri, Aug 24, 2007 at 02:21:45PM -0500, D. Dante Lorenso wrote: Can this be done? Does string replacement happen before include? If not, is there some type of if/then/else or switch syntax that could be cooked up to do different includes based on the value in $primary_hostname? Another

Re: [exim] Conditional file include?

2007-08-24 Thread Phil Pennock
On 2007-08-24 at 16:34 -0500, D. Dante Lorenso wrote: Thanks for your RTFM suggestion. Did that. Was hoping someone might have an architecture recommendation on how I CAN do what I'm trying to do ... Sorry, wasn't clear from the post that you had. There are enough people asking for what's

Re: [exim] Log stats to DB?

2007-08-24 Thread Ted Cooper
D. Dante Lorenso wrote: All, Can someone share an Exim rule that will allow me to log statistics to a database? I want to log the number of messages sent to/from a given user, total messages sent through server, and other various data. I've got Exim connected to PostgreSQL currently