Search results

  1. SubSpace

    SpamAssassin rule for DSPAM

    I use my own mailserver with spamassassin at home. After the mail gets piped through DSPAM at JodoHost I'd like spamassassin to tag it (and adjust it's spam score). I'm using this rule in the local.cf: header DSPAM_SPAM X-DSPAM-Result =~ /Spam/ describe DSPAM_SPAM...
  2. SubSpace

    Email attachments and bandwidth usage bug

    I'm not sure what happens with the JodoHost mailserver, but if Outlook keeps trying, then either the mailserver is returning a temporary error code rather than a permanent one, or Outlook just sucks ;)
  3. SubSpace

    Php 5?!

    3.0 was released a few days ago, which was going to be JodoHost's next version I believe. Generally they wait at least a couple of weeks for any bugs to get ironed out though.
  4. SubSpace

    Slowness After uploading .Net DLLs

    Sounds pretty odd.. Like Stephen mentioned it should recompile once and be back to it's normal response times. Large amounts of loose App_Code files would make that process somewhat slow. During that time the site won't respond at all. I'm not sure what's causing the slowness. Is the...
  5. SubSpace

    Please have a look at this site

    First thing I noticed on the site is that "sponsors" is misspelled :D
  6. SubSpace

    SPF problem?

    They are not the same, no. The first one means: ["a mx", short for "+a +mx"] Any server that is referenced through an A or MX record is definitely a legitimate sender for the domain (these mails might get a slight negative spam score, to make it less likely to be marked as spam) ["?all"] Any...
  7. SubSpace

    BIT data type - something wired - explained inside the message

    Extra values? :) Rarely Just TRUE or FALSE - The Daily WTF :D As for your problem, I'm not entirely sure what's going on as I've never had problems with BIT fields whatsoever, nullable or not. What language are you using, how are you connecting to SQL Server and how are you executing the...
  8. SubSpace

    Webservices and soap response

    Whoa.. doesn't JodoHost have the Microsoft SOAP toolkit installed? Doing SOAP calls like that is annoying to say the least..
  9. SubSpace

    SPF problem?

    If you only use the JodoHost mailserver, it shouldn't cause any problems no. I think what Tanmaya was referring to is that it's easy to overlook the odd (likely automated) e-mail that might be sent from an unlisted machine. Also, quite a few ISPs also block access to SMTP servers other...
  10. SubSpace

    Surviving Digg and Slashdot

    OJM: Slashdot effect - Wikipedia, the free encyclopedia
  11. SubSpace

    .NET - Storing Viewstate on the server

    I agree viewstates are a pain in the butt and unfortunately they can't be disabled for web user controls either :( I'll give this a try, though I'm not sure it will be a good idea with the number of pageviews we get :)
  12. SubSpace

    DB Reporting in ASP.NET

    Personally I'm using it for some graphing as well, but at least in local mode the graphing is somewhat buggy :( Not to mention the multi-megabyte PDFs it produces. It seems to store the graphs as 24 bit uncompressed images or something..
  13. SubSpace

    Writing To Files

    Hmm, I'd test, but atm when I try to download the ZIP file, I get a HTML file with "The JodoHost Forums database has encountered a problem." in it instead :(
  14. SubSpace

    DB Reporting in ASP.NET

    VS2005 SP1 fixed the report output with Firefox? Cool, hadn't noticed yet :) I use it at work a fair bit as well, and the average report I produced would bring Firefox to it's knees for some reason. I guess it didn't like the junk Microsoft put in the TABLE tag much.. As far as I know, SQL...
  15. SubSpace

    Writing To Files

    So much for a separate data directory.. however, the App_Data directory should be protected from browsing by IIS.
  16. SubSpace

    Creating a mailbox from code

    As far as I know, the H-Sphere SOAP interface is enabled (See http://www.psoft.net/HSdocumentation/devel/hs_xml_api_ref.html). Been a while since I played with it though, and I think JodoHost don't have the WSDL hosted online, which prevents easy proxy generation for .NET.
  17. SubSpace

    SPF problem?

    Many mailservers don't outright refuse mail even on a Fail result of the SPF record. However, it will usually give your mail a significant spam score, which is not good :P Because of the DSPAM change, the actual sending IP is no longer listed as a valid sender. There are a few possible...
  18. SubSpace

    Ruby on Rails ETA?

    Strong thread hijacking Mr Spammer :(
  19. SubSpace

    ASP.NET 2.0 site

    Hmm, I was hoping to have it ready sooner than that, but if I need something before then I think I'll just make a temporary account :)
  20. SubSpace

    ASP.NET 2.0 site

    Meh, ok.. so much for that plan then :)
Back
Top