Search found 59 matches

by dietcheese
Tue Mar 16, 2010 6:47 pm
Forum: Anti-Spam Help and Discussion
Topic: Configure SpamAssassin to ignore locally generated e-mail
Replies: 1
Views: 5170

Configure SpamAssassin to ignore locally generated e-mail

Hi, Is there a way to set SpamAssassin to ignore e-mail generated by PHP scripts, Horde, Command-Line, etc? Maybe I should be clear about my difficulty: I have a form that asks for the name and e-mail address of the submitter. I want to e-mail that form (using PHP) to a local e-mail account setting ...
by dietcheese
Mon Oct 13, 2008 10:38 pm
Forum: General Help and Development Discussion
Topic: Relaylock
Replies: 0
Views: 3374

Relaylock

Hi, I am trying to send e-mail to my RHEL4 server (qmail/spamd/clamd), from a IIS server using some ASP scripts. This script sends e-mail to my Gmail and Yahoo accounts without any problem but the e-mails never make it to my server. The only hints in my logs are: Oct 13 10:06:42 10983-app1 relaylock...
by dietcheese
Wed Mar 05, 2008 1:45 am
Forum: General Help and Development Discussion
Topic: 404
Replies: 1
Views: 2601

404

Hi Scott, I'm getting a 404 on this: yum atomic http://www.atomicorp.com/channels/atomic/redhat/4/i386 ]# up2date --list There was a fatal error communicating with the server. The message was: An HTTP error occurred: URL: http://www.atomicorp.com/channels/atomic/redhat/4/i386/headers/header.info Sta...
by dietcheese
Thu Feb 28, 2008 12:15 am
Forum: Anti-Spam Help and Discussion
Topic: qmail-scanner whitelist
Replies: 2
Views: 4502

crap.
by dietcheese
Wed Feb 27, 2008 9:36 pm
Forum: Anti-Spam Help and Discussion
Topic: qmail-scanner whitelist
Replies: 2
Views: 4502

qmail-scanner whitelist

Does anyone know if there is a way to whitelist IPs/domains for qmail-scanner (not spamassassin)?

I've tried setting the BMC_WHITELIST enviornment variable:

] export BMC_WHITELIST="123.32.12.3"

but it doesn't seem to be working.

Thanks,
DC
by dietcheese
Wed Feb 27, 2008 2:07 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

anybody?

:cry:
by dietcheese
Mon Feb 25, 2008 10:09 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

I wonder if this qmail-scanner-queue.pl code is wrong: if ( ($BAD_MIME_CHECKS > 1 && $headers{'mime-version'} eq "") || ($headers{'mime-version'} ne "" && $headers{'content-type'} =~ /^text\/plain/i)) { #Hmm, doesn't look nice, but it feels better to make this a s...
by dietcheese
Mon Feb 25, 2008 9:56 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Anyone have any ideas on this? Here's the quarantined e-mail: Received: from server1.freshbooks.com (72.32.48.26) by 109839-app1.myserver.com with SMTP; 25 Feb 2008 20:37:28 -0500Received: by server1.freshbooks.com (Postfix, from userid 48) id BAE111E0BA0; Mon, 25 Feb 2008 20:37:27 -0500 (EST)To: me...
by dietcheese
Mon Feb 25, 2008 6:08 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

I dunno. Here's what the RFC says 5.2. Content-Type Defaults Default RFC 822 messages without a MIME Content-Type header are taken by this protocol to be plain text in the US-ASCII character set, which can be explicitly specified as: Content-type: text/plain; charset=us-ascii This default is assumed...
by dietcheese
Mon Feb 25, 2008 11:36 am
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Thanks Scott - Quick question. I have been reading some of the RFC's but I'm a bit confused. Is the content-type header actually required or just suggested? It seems to me, but I'm not sure, that it is only required if the MIME-Version header is defined. If MIME-Version is not defined then content-t...
by dietcheese
Sun Feb 24, 2008 12:49 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Does it mean they didn't include a content-type header and so qmail-scanner appended a text/plain to their headers or that they did something else incorrectly?
by dietcheese
Sat Feb 23, 2008 11:43 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Just for the record I changed BAD_MIME_MIME checks to 2 in qmail-scanner-queue. my $BAD_MIME_CHECKS='2'; Which let the Freshbooks e-mails through. Is something noticeably wrong with their e-mail headers? Return-Path: <admin@myserver.com> Delivered-To: 124-me@foo.tv Received: (qmail 5268 invoked by u...
by dietcheese
Sat Feb 23, 2008 11:19 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Freshbooks

Still no solution to that last problem...I have spent days and cannot seem to fix it. Now I'm getting a second problem trying to receive e-mails from Freshbooks. Every time an invoice comes to me I get: Feb 23 22:11:53 109839-app1 qmail-scanner[31079]: Policy:Bad_MIME_Type:RC:0(72.32.48.26):SA:0(-10...
by dietcheese
Fri Feb 22, 2008 12:54 am
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

no luck

I did a whole slew of recursive greps on my .cf files (don't have individual user_pref's set up). I searched on the entire IP, the class A and B numbers, and the domain 'ukrtel'. I came up with nothing. I just received another one of these e-mails that made it past spamassassin. The body is the same...
by dietcheese
Thu Feb 21, 2008 3:20 pm
Forum: Anti-Spam Help and Discussion
Topic: SpamAssassin USER_IN_WHITELIST
Replies: 14
Views: 13620

Hmm...I didn't put it there and nobody else has access.

Specific files I should look at?

I appreciate your help.

DC