Re: [Declude.JunkMail] [sniffer] OT - exchange 5.5 help

2005-01-07 Thread Tom Baker | Netsmith Inc
Title: Re: [sniffer] OT - exchange 5.5 help Configure the IMS (internet mail service/connector in echange manager) You have to disable the microsoft smtp server (iis5 smtp) exchange 55 has its own smtp -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: 'declude.ju

RE: [Declude.JunkMail] OT IMail Backup/Restore

2004-06-11 Thread Tom Baker | Netsmith Inc
under HKLM\Software\Ipswitch\. Goran Jovanovic The LAN Shoppe > -Original Message- > From: [EMAIL PROTECTED] [mailto:Declude.JunkMail- > [EMAIL PROTECTED] On Behalf Of Tom Baker | Netsmith Inc > Sent: Friday, June 11, 2004 12:07 PM > To: [EMAIL PROT

RE: [Declude.JunkMail] OT IMail Backup/Restore

2004-06-11 Thread Tom Baker | Netsmith Inc
When you export the imail registry hive Look at the resulting file... If there are hard references to C: Then run a search/replace all to update to D If you use SQL for user databases then you'll have to write a small sql script to update the mailbox path's for every mailbox. The physcal path is s

RE: [Declude.JunkMail] MS SMTP "store and forward"

2004-05-05 Thread Tom Baker | Netsmith Inc
Win 2000: Right click SMTP service -> Properties -> Access -> Relay -> [x] Only the list below: ( enter your allowed-to-relay IP ranges ) OK -> OK -> SMTP Service -> Domains Right click "Domains" New.. -> Domain -> (repeat for each...) Domain Type = remote -> name=commarts.com ->

RE: [Declude.JunkMail] SPF support to be added to next beta

2003-12-18 Thread Tom Baker | Netsmith Inc
Gotcha, all 3 are already setup :) I don't really want to penalize for unknown, was just making an example. ( I just setup spf on my postfix box yesterday as well to help get past some restrictions for pass) Sounds like you are setting the the spf-guess (which defaults to mx/24 a/24 right?) --

RE: [Declude.JunkMail] SPF support to be added to next beta

2003-12-18 Thread Tom Baker | Netsmith Inc
Any chance we can seperate fail & unknown into two different tests? via spf we have ?all or -all which are supposed to be treated differently from what I understand. I would rather seriously penalize any domain that is configured with a -all and the sending IP is fails and would NOT want to penazl

RE: [Declude.JunkMail] improved performance using ramdrive?

2003-11-26 Thread Tom Baker | Netsmith Inc
Because if the spool is a ramdisk then a message received via SMTP becomes the responsibility of the receiving SMTP server for delivery. With no physical storage location if the receiving STMP were to lose power the spool/received messages would be lost and further delivery would not be attempted u

RE: [Declude.JunkMail] Dictionary attacks and Postfix

2003-11-15 Thread Tom Baker | Netsmith Inc
Little OT for this list, but anyone using postfix as a gateway should have this setup by now! http://www.smartbusiness.net/imail/ Use the above utility to export your userlist from IMAIL to a test file every few minutes. I have attached (Imailexport.zip) an example of what I use to export my

RE: [Declude.JunkMail] Opinions on web interface

2003-11-06 Thread Tom Baker | Netsmith Inc
Here is an idea for a single password and login point: ( This requires imail/webmail "ignore source IP check" or whatever that is be disabled... but it has to be disabled for aol users anyway, so you probably already have it unchecked) Have them login to WEBMAIL first, and a link to the manager

RE: [Declude.JunkMail] Rescan a message

2003-10-28 Thread Tom Baker | Netsmith Inc
Just spit whatever output would goto logfile as if "LOGLEVEL HIGH" or LOGLEVEL DEBUG or whatever is in the config file to STDOUT rather than the logfile, then abort. :) I like it -Original Message- From: John Tolmachoff (Lists) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 7

RE: [Declude.JunkMail] maybe its just one of AOL's servers???

2003-10-07 Thread Tom Baker | Netsmith Inc
http://postmaster.info.aol.com/servers.html -Original Message- From: Joshua Levitsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 7:26 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] maybe its just one of AOL's servers??? The reason for the above is that our customer

[Declude.JunkMail] Auto-unsubscribe

2003-09-16 Thread Tom Baker | Netsmith Inc
Scott: Curious on how you have your auto-unsubscribe set. I have been unsubscribed twice now and each time I usually figure out when the list seems unusually quiet. This time is probably because of a filter that was a little too aggressive yesterday that I quickly caught and removed... I rejected

RE: [Declude.JunkMail] Multi Server Configs

2003-08-21 Thread Tom Baker | Netsmith Inc
Dan, Declude does not have that kind of power as it is the IMAIL SMTP Daemon which accepts the mail and places it into the spool. After it is in the spool declude queue moves it to the overflow for faster processing if there are more messages in the spool than imail can run smtp-delivery processes

RE: [Declude.JunkMail] Declude using 50% cpu

2003-07-25 Thread Tom Baker | Netsmith Inc
Title: Message On the subject of disk systems and performance, I'de like to offer our experience to the original poster. Our IMAIL server is Dual P3 1.13GHz w/ 1GB RAM. We used to run SCSI raid5, but for some reason it was changed to RAID1 ATA100 drives (partitiond, but a single pair for ev

[Declude.JunkMail] Spoolviewer.exe - bug?

2003-07-09 Thread Tom Baker | Netsmith Inc
Scott: Does spoolviewer.exe look at the registry to determine the actual spool location? We just moved our spool to a different physical volume to improve performance... D:\imail\spool -> e:\imail\spool everything else remained on D except the spool. Everything is functioning great (doubled our

RE: [Declude.JunkMail] Does Declude Work With IMail Relaying?

2003-07-01 Thread Tom Baker | Netsmith Inc
There is a way you can get your imail/declude-exchange-relay box to treat the mail as "inbound" mail, but there is more administrative overhead (ie not a good choice for most people). Our organization does not make changes to our exchange mailbox's often so this works great for us, and has the ad

RE: [Declude.JunkMail] Cox SMTP

2003-07-01 Thread Tom Baker | Netsmith Inc
> (1)no SPAM or Anti-Virus checking How does using a different SMTP server effect your inbound spam filtering? Cox subscribers are forced to use the cox SMTP so what? The only way this should effect your declude is that auto-whitelist may not work. If you still want to scan on the senders IP,

RE: [Declude.JunkMail] Cox SMTP

2003-07-01 Thread Tom Baker | Netsmith Inc
Cox ( as well as most ISPs) only block specific ports as needed, and allow everything else. ( vs a corporate organization or ISP servers which block all, and allow whats needed ). To the best of my knowledge cox only blocks Out: 25 In: 25,80 The cox filters only apply to Residential customers, b

RE: [Declude.JunkMail] Processing Declude and Imail

2003-06-18 Thread Tom Baker | Netsmith Inc
Weight20 Subject SPAM-2[%weight%] #Weight20a MAILBOX SPAM Weight30 Subject SPAM-3[%weight%] #Weight30a MAILBOX SPAM Do not use the mailbox action, rather copy a rules.ima into each users folder that does not already have one. The contents of the 'default' rules.ima should be like S~SPAM:SPAM Dec

RE: [Declude.JunkMail] Where I'm At Now and Where Should I Be Going?

2003-02-28 Thread Tom Baker | Netsmith Inc
In our experience as an ISP, this was our INITIAL reaction (based on my personal mailbox), However SPAMCOP turned into about 50% accuracy system wide, and we had to move to at least 2 RBL tests failed to hold, or SNIFFER. It would be a good idea to run the sniffer (http://www.sortmonster.com/sniff

RE: [Declude.JunkMail] Idea for a test...

2003-02-24 Thread Tom Baker | Netsmith Inc
Right, as has been the concnsus when the regexp idea's has been discussed before. Declude is clean small and straightforward. Regexp support adds complexiy which add's to CPU load. We run a postfix gateway as well (that's where we actually run message sniffer, to keep the CPU load on IMAIL as low

RE: [Declude.JunkMail] Idea for a test...

2003-02-24 Thread Tom Baker | Netsmith Inc
Title: Message Or basically a series of at least 3? WORD characters ( A-Za-z0-9 ) seperated by a single non-word character (anything other than A-Za-z0-9) This would catch all forms of spacing P O R N P.O.R.N. P!O!R!N   From what i've seen, spammers typically put no more than 1 "extra" char

RE: [Declude.JunkMail] PostfixGate removal ... ?

2003-02-05 Thread Tom Baker | Netsmith Inc
Scott, I seem to remember this coming up maybe a few months ago? Hell I have a bad memory. The first link in postfixgate says you shalt not be listed on any other spam lists to be removed, and links to www.dnstuff.com Maybe you guys could throw a note on http://www.dnsstuff.com/tools/ip4r.ch mak

[Declude.JunkMail] PostfixGate removal ... ?

2003-02-05 Thread Tom Baker | Netsmith Inc
Title: Message Anyone know how the heck to submit a removal for postfixgate? is there even a way?   The link on their website (www.postfixgate.com) is a js popup, which when I pulled the js page it refers to http://www.liswireless.net/postfixgate/dispute/default.htm   When you go there, it

RE: [Declude.JunkMail] Select Email

2003-02-04 Thread Tom Baker | Netsmith Inc
I do it by using plain old IMAIL Rules... [rules.ima] F~[EMAIL PROTECTED]:main F~[EMAIL PROTECTED]:main F~[EMAIL PROTECTED]:main H!~abc123def123ghi123jkl123:NUL The first 3 lines check the from-address, if there is a match, the message is places in the 'main' mailbox/folder and rules processing c

RE: [Declude.JunkMail] Declude JunkMail v1.67 (beta) released

2003-02-03 Thread Tom Baker | Netsmith Inc
Does the "comments" test require non-whitespace before&after the comments in order to trigger? So that most legit messages will not trigger it? -Original Message- From: R. Scott Perry [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:36 PM To: [EMAIL PROTECTED] Subject: [Decl

RE: Re[2]: [Declude.JunkMail] Reject Msg based on Size

2003-02-03 Thread Tom Baker | Netsmith Inc
It has been a feature of every version of IMAIL I remmeber using thus far. Currently I have 6.x and it is located in both The web-administration tools & Imail Admin In IMAdmin, Its on the first tab when clicking on a virtual host. Defatult Max mailbox size, Single message max size, default max me

RE: [Declude.JunkMail] Junkmail/iMail domain names.

2002-12-10 Thread Tom Baker | Netsmith Inc
You "can" give them their own IP in your gateway, and assign it a hostname of theirs. I have about 20 Ips in my Imail machine. The "official" name is mx01.web4less.net But this is what appears in one of my headers (on the way to exchange) Received: from fw2.netsmith.net [204.49.154.3] by mail.cfi.

RE: [Declude.JunkMail] Populardomains test

2002-12-09 Thread Tom Baker | Netsmith Inc
Assuming the big guys spool OUT from their INBOUND MX records I think that would hold true But for example here at my office, we have (2) MX records, which are our inbound filter gateways. However outbound mail spools through DIFFERENT gateways, so all mail leaving my organization should actua

RE: [Declude.JunkMail] Imail Web Based Interface

2002-12-02 Thread Tom Baker | Netsmith Inc
the original mailbox are not affected by spam. Find the app info and download at http://spamreview.argolink.net/doc Thanks, Chuck Frolick ArgoNet, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Baker | Netsmith Inc Sent: Monday, December 02, 2002 7

RE: [Declude.JunkMail] Imail Web Based Interface

2002-12-02 Thread Tom Baker | Netsmith Inc
ind Declude. I was wondering if it is possible to get a copy of your .cfm files and modify them? Best Regards, Mishi - Original Message - From: "Tom Baker | Netsmith Inc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 01, 2002 10:23 PM Subject: R

RE: [Declude.JunkMail] Imail Web Based Interface

2002-12-01 Thread Tom Baker | Netsmith Inc
The session string can be helpful for kicking a user between "iwebmsg" and your own web server with only a single authentication point. I have already accomplished this with my system, and have integrated my online billing / spam filters with the web templates. You can see an example of what I'm t

[Declude.JunkMail] FW: PayPal Account Confirmation

2002-11-01 Thread Tom Baker | Netsmith Inc
Title: PayPal Sorry for posting HTML, but I wanted to preserve the original message at the bottom. I received this fraudulent attempt at retrieving my paypal username and password from a bellsouth ADSL customer who is probably trying to steal money and probably having much success. This ema

RE: [Declude.JunkMail] Unwanted "E-cards" filling email inboxes

2002-10-27 Thread Tom Baker | Netsmith Inc
Or use "domain processing rules" X:\imail\domain_com\rules.ima (gets processed before) X:\imail\domain_com\users\username\rules.ima -Original Message- From: John Tolmachoff [mailto:jtolmachoff@;reliancesoft.com] Sent: Sunday, October 27, 2002 9:13 PM To: [EMAIL PROTECTED] Subject:

RE: [Declude.JunkMail] MAILFROM (MX/A)

2002-10-08 Thread Tom Baker | Netsmith Inc
Thought I had IMAIL using my main 2 dns servers when in reality its using 2 of my caching servers. By the time I went to check them they had already updated. I'm just too impatient during debugging Thanks again -Original Message- From: R. Scott Perry [mailto:[EMAIL PROTECTED]] Sent: Tu

[Declude.JunkMail] MAILFROM (MX/A)

2002-10-08 Thread Tom Baker | Netsmith Inc
X-RBL-Warning: MAILFROM: Domain web0.bsc.net has no MX/A records. Just noticed in cleaning up DNS while back that i accidentally erased the A record for my web servers "official" name. ( I have several A records point to it, and never use the above name ). I've already fixed DNS, updated serial

RE: [Declude.JunkMail] HOPHIGH

2002-09-26 Thread Tom Baker | Netsmith Inc
I use a difference of 3 HOP 0 HIGHHIGH 2 i love it... I know of at least 1 server where they know their server is an open relay, so they have their server set to send all outbound mail to another smtp server which is not to get around open relay blocks, i still block them, beecause they are hop

RE: [Declude.JunkMail] Forwarded Mail

2002-09-25 Thread Tom Baker | Netsmith Inc
A few days late for this thread, but useful information none-the-less http://www.dataenter.co.at/products/popbeamer.htm An example of one product that will gather email from different POP3/IMAP accounts and feed them via SMTP to another server, thus preserving the headers so that declude can wor

RE: [Declude.JunkMail] Filter types and Definitions?

2002-09-23 Thread Tom Baker | Netsmith Inc
Don't forget HEADERS! I don't see it in the manual, but it was added and I am using it :) -Original Message- From: R. Scott Perry [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Filter types and Definitions? >

RE: [Declude.JunkMail] Junkmail - Spamheaders

2002-09-23 Thread Tom Baker | Netsmith Inc
Well you are not taking into account systems like mine, which have a setup like HOP 0 HOPHIGH 4 Yes it adds CPU time, but any IP the message passes through gets tested on my system, And a PTR record does not take long to configure at all. > on the Webserver. If your Webserver is IIS, why not hav

RE: [Declude.JunkMail] Fine tuning

2002-09-11 Thread Tom Baker | Netsmith Inc
Lower the weights of the noabuse/nopostmaster tests for one. I think the default is 5 for each. The noabuse/nopostmaster tests fail for most of the "big guys" (aol.com,earthlink.net,msn.com,etc,etc...) Or You might play by raising the weight of the other tests and trapping/bouncing on a higher WE

RE: [Declude.JunkMail] ASP/CF/CGI/etc Web Developers....

2002-09-04 Thread Tom Baker | Netsmith Inc
Title: Message So do I, but you still have to authenticate twice.   This was just an idea I had i thought i would share where you only authenticate once (Imail webmail) and can seamlessly integrate your own application with webmail.     -Original Message-From: Mark Smith [ma

RE: [Declude.JunkMail] School system needs advice

2002-09-04 Thread Tom Baker | Netsmith Inc
ROTECTED]] Sent: Tuesday, September 03, 2002 11:25 PM To: [EMAIL PROTECTED] Subject: RE: [Declude.JunkMail] School system needs advice I'm curious as to what weight you are setting sniffer at? -Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Bake

[Declude.JunkMail] ASP/CF/CGI/etc Web Developers....

2002-09-03 Thread Tom Baker | Netsmith Inc
Title: Message The topic has been reached numerous on this list so I thought I would share an idea I had earlier today that works great with everyone on this list.   Many of you have the idea's of writing your own parsers/interfaces for parts of declude or other parts of imail, but the big

RE: [Declude.JunkMail] School system needs advice

2002-09-03 Thread Tom Baker | Netsmith Inc
Double that. Using declude + sniffer I have not seen a piece of porn get through. Only rarely do I see any spam get through. I would highly suggestion getting sniffer, as much (adult + non-adult) spam often passes all HEADER checks (which is what declude does alone), so you must rely on somethin

RE: [Declude.JunkMail] aliases & mail forwarding

2002-08-29 Thread Tom Baker | Netsmith Inc
Easy, instead of "mail forwarding" use "auto-responders" but, don't have a response Which the web-messaging won't let you SETUP, but you can view The actual way is via the filenames in the user folder "mail forwarding" creates a file called D:\imail\domain.com\users\Forward.ima (which co

RE: [Declude.JunkMail] Address Book Only in Declude?

2002-08-29 Thread Tom Baker | Netsmith Inc
d improve that. I am already aware :) -Original Message- From: Tom Baker|Netsmith Inc [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:44 AM To: '[EMAIL PROTECTED]' Subject: RE: [Declude.JunkMail] Address Book Only in Declude? Excuse the typo everyone, I meant to p

RE: [Declude.JunkMail] Address Book Only in Declude?

2002-08-29 Thread Tom Baker | Netsmith Inc
tead of individual headers is on my to-do list, so if anyone actually does look at this please don't flame me on how I could improve that. I am already aware :) -Original Message- From: Tom Baker|Netsmith Inc [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:44 A

RE: [Declude.JunkMail] Address Book Only in Declude?

2002-08-29 Thread Tom Baker | Netsmith Inc
Excuse the typo everyone, I meant to put a "not (!)" in that long string H!~THIS... -Original Message----- From: Tom Baker|Netsmith Inc [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:41 AM To: '[EMAIL PROTECTED]' Subject: RE: [Declude.JunkMail]

RE: [Declude.JunkMail] Address Book Only in Declude?

2002-08-29 Thread Tom Baker | Netsmith Inc
com:main F~[EMAIL PROTECTED]:main H~THISWILLNEVERMATCHBECAUSEITSAREALLYLONGBOGUSSSTRING:NUL --/rules.ima-- Anything that does not match the first 3 lines will be deleted -Original Message----- From: Tom Baker|Netsmith Inc [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:38 AM T

RE: [Declude.JunkMail] Address Book Only in Declude?

2002-08-29 Thread Tom Baker | Netsmith Inc
Yes, this is how I already accomplished this for my users. I have a cold fusion interface which verified login/password, then manages their rules.ima Anyone they want to "allow" it writes at the top of the rules.ima... F~[EMAIL PROTECTED]:MAIN Any junk-mail they want to block it sends to SPAM fo

RE: [Declude.JunkMail] Weight range problem

2002-08-27 Thread Tom Baker | Netsmith Inc
Your total weight was 14 And you have 14 included in BOTH weightrange tests WEIGHTRANGE10-14weightrange x x 1014 WEIGHTRANGE15-19weightrange x x 1419 Your second SHOULD read WEIGHTRANGE15-19weightrange x x 15

RE: [Declude.JunkMail] They are getting sneaky!

2002-08-22 Thread Tom Baker | Netsmith Inc
The great thing about open-source, if it doesn't already do it, you can make it do it yourself. >From what I can tell examining the source, there is no config variable that will control this behavior. If you are more advanced you could probably write in your own variable so you can toggle it via

RE: [Declude.JunkMail] WEIGHT20 Problem

2002-07-30 Thread Tom Baker | Netsmith Inc
You commented out the ACTION to take for the test, NOT the actual test. The test is defined in global.cfg, not $default$.junkmail -Original Message- From: Darrell L. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 4:58 PM To: [EMAIL PROTECTED] Subject: [Declude.JunkMail] WEIGHT

RE: [Declude.JunkMail] Declude and Sniffer

2002-07-26 Thread Tom Baker | Netsmith Inc
Sniffer is great, Declude is great, they compliment each other great! Declude handles all the header checks, While Sniffer looks for patterns in the message body. By running them both I receive almost NO SPAM at all... Try their Demo to get an idea. ( they update their patterns almost daily! So

RE: [Declude.JunkMail] filter file question

2002-07-26 Thread Tom Baker | Netsmith Inc
Regexp is very cpu intensive. _M | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]] On Behalf Of Tom | Baker | Netsmith Inc | Sent: Friday, July 26, 2002 2:43 PM | To: '[EMAIL PROTECTED]' | Subject: RE: [Declude.JunkMail] filter file question | |

RE: [Declude.JunkMail] OT Cold Fusion log parser

2002-07-23 Thread Tom Baker | Netsmith Inc
If you have a decent load on your imail server, your declude logs are fairly large (mine are about 20-30MB per day, low logging). It has been my experience with cold fusion that it is VERY inefficient for parsing large amounts of data like large text files. I have started writing many scripts in

RE: [Declude.JunkMail] Negative Weigh..

2002-07-19 Thread Tom Baker | Netsmith Inc
http://www.mail-archive.com/declude.junkmail@declude.com/msg02791.html > (currently, this can be SUBJECT, HELO, BODY, MAILFROM, REMOTEIP or REVDNS), It was your first column, it can ONLY be one of the above (examples:) SUBJECT -5 CONTAINS @text.com HELO -5 CONTAINS @text.com BODY -5 CONTAINS

[Declude.JunkMail] "filter" (header) - ok i'm impatient

2002-07-17 Thread Tom Baker | Netsmith Inc
Title: Message I already know i'm impatient, but hey I really like the weighing system.   Since I can't filter on the entire header i'm trying to make use of the HELO filter. Does it ONLY look at the last hop, or does it go by the HOP settings in global.cfg?     [global.cfg] HOP

[Declude.JunkMail] "filter" rule update request

2002-07-17 Thread Tom Baker | Netsmith Inc
Title: Message http://www.mail-archive.com/declude.junkmail@declude.com/msg02791.html   > (currently, this can be SUBJECT, HELO, BODY, MAILFROM, REMOTEIP or REVDNS),     Can we please add HEADER as one of the options?   I run Sniffer on postfix infront of Declude and would like to be able t

RE: KITHRUP:RE: [Declude.JunkMail] HELO:Declude Console

2002-07-17 Thread Tom Baker | Netsmith Inc
Actually I do believe I have seen KVM over LAN units (essentially what everyone is talking about), but they are pricy. I'll try to find who made them/where I saw them. -Original Message- From: Mark Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 8:11 AM To: [EMAIL PROTEC

RE: [Declude.JunkMail] NJABL:How do I implement the Word filter?

2002-07-16 Thread Tom Baker | Netsmith Inc
Title: Message http://www.mail-archive.com/declude.junkmail@declude.com/msg02791.html   [Declude.JunkMail] New filter test From: R. Scott Perry Subject: [Declude.JunkMail] New filter test Date: Tue, 18 Jun 2002 12:32:55 -0700 Declude JunkMail v1.55 (beta) now includes the ability t

RE: [Declude.JunkMail] list of "beta features"?

2002-07-11 Thread Tom Baker | Netsmith Inc
Ok, the "filter" test, that's what I meant Yes, thank you :) Didn't think to check the "global.cfg" link DUH -Original Message- From: R. Scott Perry [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:42 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] list of "beta

[Declude.JunkMail] list of "beta features"?

2002-07-11 Thread Tom Baker | Netsmith Inc
Title: Message I know all the beta enhancements don't make it to the manual and you can find by digging through the threads here, but is there a "beta manual" I can use for reference for adding some of the new features?   I have read numerous threads regaurding the wordfile & helobogus test

RE: [Declude.JunkMail] Coldfusion Declude front end?

2002-06-21 Thread Tom Baker | Netsmith Inc
- From: Tom Baker | Netsmith Inc [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 12:47 PM To: '[EMAIL PROTECTED]' Subject: RE: IPWHOIS:Re[2]: [Declude.JunkMail] Coldfusion Declude front en d? SMTP Auth will not work for your virtual servers, My "workaround" was to crea

RE: IPWHOIS:Re[2]: [Declude.JunkMail] Coldfusion Declude front end?

2002-06-21 Thread Tom Baker | Netsmith Inc
om: Eje Gustafsson [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 12:35 PM To: Tom Baker | Netsmith Inc Subject: IPWHOIS:Re[2]: [Declude.JunkMail] Coldfusion Declude front end? I would love to get a copy of you registry->sql conversion script. I been thinking about doing this change for

RE: [Declude.JunkMail] Coldfusion Declude front end?

2002-06-21 Thread Tom Baker | Netsmith Inc
mailto:[EMAIL PROTECTED]] On Behalf Of Tom Baker | Netsmith Inc Sent: Friday, June 21, 2002 4:04 AM To: '[EMAIL PROTECTED]' Subject: Re: [Declude.JunkMail] Coldfusion Declude front end? Actually yes, I have written two seperate front ends, as an ISP having a frontend was essenti

Re: [Declude.JunkMail] Coldfusion Declude front end?

2002-06-21 Thread Tom Baker | Netsmith Inc
Title: Message Actually yes, I have written two seperate front ends, as an ISP having a frontend was essential to us. When we first purchased Junkmail Pro I went straight to work for customized versions of \imail\declude\domain.com\user.junkmail   After using that for a while and realizing

[Declude.JunkMail] Subscription Email failed SPAMHEADERS

2002-06-21 Thread Tom Baker | Netsmith Inc
Title: Message After trying to subscribe to this list after a while I finally checked my spam folder and saw why I wasnt getting any replies.   Kind of amusing the email back from [EMAIL PROTECTED] failed spamheaders.   From: <[EMAIL PROTECTED]>Subject: Confirmation Required (confirmation #