Yeah, I forgot to respond to that bit. This could have nothing to do with SpamBayes. Details were a little thin in the original message, so it's hard to be sure why SpamBayes was thought to be involved.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amedee Van Gasse Sent: Thursday, January 24, 2008 7:34 AM To: spambayes@python.org Subject: Re: [Spambayes] question On Wed, January 23, 2008 13:42, Jesse Pelton wrote: > I think you're asking that SpamBayes always accept messages that claim > to originate from your domain. That isn't going to happen, except on a > case-by-case basis, because each user trains SpamBayes to his or her > preference. If any given user gets messages from your domain and tells > SpamBayes that they are spam, they will tend to be classified as spam in > the future. If, on the other hand, that user treats messages from your > domain as ham, SpamBayes will tend to classify future messages as ham. > > Note, though, that SpamBayes looks at many tokens in each message, and > the domain name is just one. Even if a user classifies most messages > from your domain as ham, if a message from your domain has a lot of > spammy characteristics, it may well end up classified as spam. > > In short, there's no way to guarantee that your messages will get by > SpamBayes, nor should there be. Your best bet is to make sure your > message content matches the content that the recipients want. If you do > a good job of message composition and list management, you should be > fine. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marian > Hudec, Ing. > Sent: Wednesday, January 23, 2008 5:41 AM > To: spambayes@python.org > Subject: [Spambayes] question > > Hi, > how can I set, that our domain is mailserver? > We have domain EO.CZ and our emails [EMAIL PROTECTED] and [EMAIL PROTECTED] is > marked as BAD adress. (Relay access denied (in reply to RCPT TO > command)) > > > WWW.EO.CZ is e-shop and we are sending a lots of emails (not spams). > Please don't set our adress as spam. Thank you :) > > (sorry for my english) > > yours sincerely .. Marian Hudec, Czech Republic Just a small question... "Relay access denied", isn't that an SMTP error? Try this at a command prompt: telnet mail.example.com 25 HELO mail.eo.cz MAIL FROM:<[EMAIL PROTECTED]> RCPT TO:<[EMAIL PROTECTED]> --> If an error already occurs at this point, then probably SpamBayes is not yet involved? AFAIK SpamBayes is only a POP3/IMAP/procmail solution? So SpamBayes will only do its work when the DATA command is complete and the MTA delivers the mail to the MDA? Or am I completely wrong here? -- Amedee Van Gasse [EMAIL PROTECTED] Disclaimer: By sending an email to ANY of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. In particular, I may quote it on usenet. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. _______________________________________________ SpamBayes@python.org http://mail.python.org/mailman/listinfo/spambayes Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html _______________________________________________ SpamBayes@python.org http://mail.python.org/mailman/listinfo/spambayes Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html