In an older episode (Monday 09 May 2005 12:08), forum wrote: > My server uses a local ip so it can't receive real > mails. Thus i've to feed every mail by myself.
Be aware that SA uses a lot of tests that are based on "outside" information like Received: headers. If the mails that you feed do not contain such information, your results may be misleading. > PHP's mail command use smtp to send mails. OK. Your smtp server (MTA) needs to pass the mails to SA, for details how to do that, you may find http://wiki.apache.org/spamassassin/TestingInstallation http://wiki.apache.org/spamassassin/StartUsing http://wiki.apache.org/spamassassin/AskingAboutIntegrations http://wiki.apache.org/spamassassin/IntegratedInMta useful. > I only know > that i follow steps in QMailRocks to config SA I dont know what QMailRocks is, I guess it is about qmail. If you want people to be able (and willing) to help you, you should provide additional needed information with your requests, in this case, e.g. the URL of QMailRocks would certainly have been helpful. A fairly easy way to test if SA works at all (without using smtp) can be the command: echo -e "Subject: THIS IS A TEST\\n\\nCLICK BELOW" | spamassassin -tD Hope this helps, wolfgang