Apple’s Worldwide Developers Conference returns June 10, 2024

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Where do I configure spamassassin in Mountain Lion Server?

Where, in Mountain Lion Server, can I configure SpamAssassin?


I've tried modifying /Library/Server/Mail/Config/spamassassin/local.cf, but the changes I made there don't have any effect.

Mac mini, Mac OS X (10.7)

Posted on Aug 5, 2012 8:51 PM

Reply
74 replies

Jun 2, 2014 12:50 AM in response to scottl31

Don't worry, it's actually quite simple.

Spamassassin software shouldn't have access to all of your files and system. That's why it doesn't use root credentials so that in case something goes wrong with it, the damage is limited only to parts of the system it has access to. It (not you!) works under amavisd user, and amavisd user owns a couple of files here and there. Two of those files contain a database of what is spam and what isn't and those files were owned by user root in your case, therefore amavisd couldn't read or write to them. So we set permissions back and amavisd and therefore spamassassin are able to work with database files again. When you set ownership strictly to root nobody else is able to work with the file. Conversely, root is able to work with any file on the system regardless of what user owns it. But spamassassin cannot run under root, so permissions must be set properly or it won't work. In your case something has set the permissions wrong and spamassassin stopped working.


And the size of your files shows that at least some of the training was a success, it's a normal size. No need to retrain the filter from the start.

Jun 2, 2014 12:39 PM in response to Buckiejoe

OK, you guys have been a great help. I think I'm getting close.


I did as you said and deleted that .spamassassin from my home folder and I reset my filter back up to 7.


This morning my boss has had about 350 spams, and at least half were tagged with ***JUNK***. Before I started all this, none were getting tagged.


Couple questions:


1. amavisd doesn't seem to be a user in the system, so I assume it's a "behind the scenes" user meant for this purpose. How do I make sure I am working as amavisd and is the password just the same as admin?


2. Should I be feeding all the tagged ***JUNK*** messages into the junkmail account or just deleting them?


3.


4. I re-ran that chown thing. Is there supposed to be some output or indication that it worked? Then I ran:


sudo -u amavisd spamassassin -D --lint


And it looks like there are errors, but sometimes errors might not really be errors. So if anybody doesn't mind looking it over, it's pretty long. I'll post it in the next message.


Thanks!

Jun 2, 2014 12:40 PM in response to scottl31

prepress:~ server2$ spamassassin -D --lint

Jun 2 12:11:11.006 [14785] dbg: logger: adding facilities: all

Jun 2 12:11:11.006 [14785] dbg: logger: logging level is DBG

Jun 2 12:11:11.006 [14785] dbg: generic: SpamAssassin version 3.3.2-r929478

Jun 2 12:11:11.006 [14785] dbg: generic: Perl 5.012004, PREFIX=/Applications/Server.app/Contents/ServerRoot/, DEF_RULES_DIR=/Library/Server/Mail/Data/scanner/spamassassin/3.003002, LOCAL_RULES_DIR=/Library/Server/Mail/Config/spamassassin, LOCAL_STATE_DIR=/Library/Server/Mail/Data/scanner/spamassassin

Jun 2 12:11:11.006 [14785] dbg: config: timing enabled

Jun 2 12:11:11.007 [14785] dbg: config: score set 0 chosen.

Jun 2 12:11:11.008 [14785] dbg: util: running in taint mode? yes

Jun 2 12:11:11.008 [14785] dbg: util: taint mode: deleting unsafe environment variables, resetting PATH

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/usr/bin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/bin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/usr/sbin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/sbin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/usr/local/bin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/Applications/Server.app/Contents/ServerRoot/usr/bin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/Applications/Server.app/Contents/ServerRoot/usr/sbin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: PATH included '/usr/local/mysql/bin', keeping

Jun 2 12:11:11.009 [14785] dbg: util: final PATH set to: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/Server.app/Contents/ ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/usr/lo cal/mysql/bin

Jun 2 12:11:11.018 [14785] dbg: dns: is Net::DNS::Resolver available? yes

Jun 2 12:11:11.018 [14785] dbg: dns: Net::DNS version: 0.66

Jun 2 12:11:11.235 [14785] dbg: diag: perl platform: 5.012004 darwin

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: Digest::SHA1, version 2.13

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: HTML::Parser, version 3.69

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: Net::DNS, version 0.66

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: NetAddr::IP, version 4.055

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: Time::HiRes, version 1.9719

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: Archive::Tar, version 1.54

Jun 2 12:11:11.235 [14785] dbg: diag: [...] module installed: IO::Zlib, version 1.10

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Digest::SHA1, version 2.13

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: MIME::Base64, version 3.08

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: DB_File, version 1.82

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Net::SMTP, version 2.31

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Mail::SPF, version v2.007

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: IP::Country::Fast, version 604.001

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module not installed: Razor2::Client::Agent ('require' failed)

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module not installed: Net::Ident ('require' failed)

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: IO::Socket::INET6, version 2.67

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: IO::Socket::SSL, version 1.49

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Compress::Zlib, version 2.024

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Mail::DKIM, version 0.39

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: DBI, version 1.616

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Getopt::Long, version 2.38

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: LWP::UserAgent, version 6.03

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: HTTP::Date, version 6.00

Jun 2 12:11:11.236 [14785] dbg: diag: [...] module installed: Encode::Detect, version 1.01

Jun 2 12:11:11.236 [14785] dbg: ignore: using a test message to lint rules

Jun 2 12:11:11.236 [14785] dbg: config: using "/Library/Server/Mail/Config/spamassassin" for site rules pre files

Jun 2 12:11:11.237 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/init.pre

Jun 2 12:11:11.237 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/v310.pre

Jun 2 12:11:11.238 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/v312.pre

Jun 2 12:11:11.238 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/v320.pre

Jun 2 12:11:11.238 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/v330.pre

Jun 2 12:11:11.238 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002" for sys rules pre files

Jun 2 12:11:11.238 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002" for default rules dir

Jun 2 12:11:11.238 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g.cf

Jun 2 12:11:11.238 [14785] dbg: config: using "/Library/Server/Mail/Config/spamassassin" for site rules dir

Jun 2 12:11:11.239 [14785] dbg: config: read file /Library/Server/Mail/Config/spamassassin/local.cf

Jun 2 12:11:11.240 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC

Jun 2 12:11:11.243 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC

Jun 2 12:11:11.245 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC

Jun 2 12:11:11.247 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC

Jun 2 12:11:11.249 [14785] dbg: pyzor: local tests only, disabling Pyzor

Jun 2 12:11:11.249 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC

Jun 2 12:11:11.251 [14785] dbg: razor2: local tests only, skipping Razor

Jun 2 12:11:11.251 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC

Jun 2 12:11:11.253 [14785] dbg: reporter: local tests only, disabling SpamCop

Jun 2 12:11:11.253 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::AutoLearnThreshold from @INC

Jun 2 12:11:11.255 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::TextCat from @INC

Jun 2 12:11:11.256 [14785] dbg: textcat: loading languages file...

Jun 2 12:11:11.297 [14785] dbg: textcat: loaded 73 language models

Jun 2 12:11:11.301 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject from @INC

Jun 2 12:11:11.302 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEHeader from @INC

Jun 2 12:11:11.304 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::ReplaceTags from @INC

Jun 2 12:11:11.305 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::DKIM from @INC

Jun 2 12:11:11.309 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::Check from @INC

Jun 2 12:11:11.314 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::HTTPSMismatch from @INC

Jun 2 12:11:11.315 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDetail from @INC

Jun 2 12:11:11.316 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::Bayes from @INC

Jun 2 12:11:11.322 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::BodyEval from @INC

Jun 2 12:11:11.324 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::DNSEval from @INC

Jun 2 12:11:11.325 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::HTMLEval from @INC

Jun 2 12:11:11.327 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::HeaderEval from @INC

Jun 2 12:11:11.331 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEEval from @INC

Jun 2 12:11:11.333 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::RelayEval from @INC

Jun 2 12:11:11.335 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIEval from @INC

Jun 2 12:11:11.335 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::WLBLEval from @INC

Jun 2 12:11:11.337 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::VBounce from @INC

Jun 2 12:11:11.338 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::ImageInfo from @INC

Jun 2 12:11:11.340 [14785] dbg: plugin: loading Mail::SpamAssassin::Plugin::FreeMail from @INC

Jun 2 12:11:11.342 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/10_default_prefs.cf

Jun 2 12:11:11.342 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/10_default_prefs.cf" for included file

Jun 2 12:11:11.343 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/10_default_prefs.cf

Jun 2 12:11:11.344 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/10_hasbase.cf

Jun 2 12:11:11.344 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/10_hasbase.cf" for included file

Jun 2 12:11:11.345 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/10_hasbase.cf

Jun 2 12:11:11.347 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_advance_fee.cf

Jun 2 12:11:11.347 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_advance_fee.cf" for included file

Jun 2 12:11:11.348 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_advance_fee.cf

Jun 2 12:11:11.351 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_aux_tlds.cf

Jun 2 12:11:11.351 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_aux_tlds.cf" for included file

Jun 2 12:11:11.352 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_aux_tlds.cf

Jun 2 12:11:11.359 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_body_tests.cf

Jun 2 12:11:11.359 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_body_tests.cf" for included file

Jun 2 12:11:11.360 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_body_tests.cf

Jun 2 12:11:11.363 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_compensate.cf

Jun 2 12:11:11.363 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_compensate.cf" for included file

Jun 2 12:11:11.363 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_compensate.cf

Jun 2 12:11:11.364 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_dnsbl_tests.cf

Jun 2 12:11:11.364 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_dnsbl_tests.cf" for included file

Jun 2 12:11:11.364 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_dnsbl_tests.cf

Jun 2 12:11:11.367 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_drugs.cf

Jun 2 12:11:11.367 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_drugs.cf" for included file

Jun 2 12:11:11.368 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_drugs.cf

Jun 2 12:11:11.375 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_dynrdns.cf

Jun 2 12:11:11.375 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_dynrdns.cf" for included file

Jun 2 12:11:11.376 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_dynrdns.cf

Jun 2 12:11:11.380 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_fake_helo_tests.cf

Jun 2 12:11:11.380 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_fake_helo_tests.cf" for included file

Jun 2 12:11:11.381 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_fake_helo_tests.cf

Jun 2 12:11:11.383 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_freemail.cf

Jun 2 12:11:11.383 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_freemail.cf" for included file

Jun 2 12:11:11.385 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_freemail.cf

Jun 2 12:11:11.386 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_freemail_domains.cf

Jun 2 12:11:11.386 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_freemail_domains.cf" for included file

Jun 2 12:11:11.387 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_freemail_domains.cf

Jun 2 12:11:11.388 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::FreeMail=HASH(0x7ff58bb226c0) implements 'parse_config', priority 0

Jun 2 12:11:11.404 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_head_tests.cf

Jun 2 12:11:11.404 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_head_tests.cf" for included file

Jun 2 12:11:11.404 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_head_tests.cf

Jun 2 12:11:11.420 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_html_tests.cf

Jun 2 12:11:11.420 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_html_tests.cf" for included file

Jun 2 12:11:11.421 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_html_tests.cf

Jun 2 12:11:11.426 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_imageinfo.cf

Jun 2 12:11:11.426 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_imageinfo.cf" for included file

Jun 2 12:11:11.427 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_imageinfo.cf

Jun 2 12:11:11.428 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_mailspike.cf

Jun 2 12:11:11.429 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_mailspike.cf" for included file

Jun 2 12:11:11.429 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_mailspike.cf

Jun 2 12:11:11.430 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_meta_tests.cf

Jun 2 12:11:11.430 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_meta_tests.cf" for included file

Jun 2 12:11:11.430 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_meta_tests.cf

Jun 2 12:11:11.432 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_net_tests.cf

Jun 2 12:11:11.432 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_net_tests.cf" for included file

Jun 2 12:11:11.432 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_net_tests.cf

Jun 2 12:11:11.433 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_phrases.cf

Jun 2 12:11:11.433 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_phrases.cf" for included file

Jun 2 12:11:11.434 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_phrases.cf

Jun 2 12:11:11.439 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_****.cf

Jun 2 12:11:11.439 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_****.cf" for included file

Jun 2 12:11:11.440 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_****.cf

Jun 2 12:11:11.440 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_ratware.cf

Jun 2 12:11:11.440 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_ratware.cf" for included file

Jun 2 12:11:11.441 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_ratware.cf

Jun 2 12:11:11.449 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_uri_tests.cf

Jun 2 12:11:11.450 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_uri_tests.cf" for included file

Jun 2 12:11:11.450 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_uri_tests.cf

Jun 2 12:11:11.453 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_vbounce.cf

Jun 2 12:11:11.453 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/20_vbounce.cf" for included file

Jun 2 12:11:11.454 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/20_vbounce.cf

Jun 2 12:11:11.464 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/23_bayes.cf

Jun 2 12:11:11.464 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/23_bayes.cf" for included file

Jun 2 12:11:11.464 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/23_bayes.cf

Jun 2 12:11:11.466 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_accessdb.cf

Jun 2 12:11:11.466 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_accessdb.cf" for included file

Jun 2 12:11:11.467 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_accessdb.cf

Jun 2 12:11:11.467 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_antivirus.cf

Jun 2 12:11:11.467 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_antivirus.cf" for included file

Jun 2 12:11:11.468 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_antivirus.cf

Jun 2 12:11:11.468 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_asn.cf

Jun 2 12:11:11.468 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_asn.cf" for included file

Jun 2 12:11:11.469 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_asn.cf

Jun 2 12:11:11.469 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_dcc.cf

Jun 2 12:11:11.469 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_dcc.cf" for included file

Jun 2 12:11:11.470 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_dcc.cf

Jun 2 12:11:11.470 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_dkim.cf

Jun 2 12:11:11.470 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_dkim.cf" for included file

Jun 2 12:11:11.471 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_dkim.cf

Jun 2 12:11:11.473 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_hashcash.cf

Jun 2 12:11:11.473 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_hashcash.cf" for included file

Jun 2 12:11:11.473 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_hashcash.cf

Jun 2 12:11:11.474 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_pyzor.cf

Jun 2 12:11:11.474 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_pyzor.cf" for included file

Jun 2 12:11:11.475 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_pyzor.cf

Jun 2 12:11:11.476 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_razor2.cf

Jun 2 12:11:11.476 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_razor2.cf" for included file

Jun 2 12:11:11.476 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_razor2.cf

Jun 2 12:11:11.477 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_replace.cf

Jun 2 12:11:11.477 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_replace.cf" for included file

Jun 2 12:11:11.478 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_replace.cf

Jun 2 12:11:11.482 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_spf.cf

Jun 2 12:11:11.483 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_spf.cf" for included file

Jun 2 12:11:11.483 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_spf.cf

Jun 2 12:11:11.485 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_textcat.cf

Jun 2 12:11:11.485 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_textcat.cf" for included file

Jun 2 12:11:11.485 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_textcat.cf

Jun 2 12:11:11.486 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_uribl.cf

Jun 2 12:11:11.486 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/25_uribl.cf" for included file

Jun 2 12:11:11.486 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/25_uribl.cf

Jun 2 12:11:11.490 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_de.cf

Jun 2 12:11:11.490 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_de.cf" for included file

Jun 2 12:11:11.491 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_de.cf

Jun 2 12:11:11.493 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_fr.cf

Jun 2 12:11:11.493 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_fr.cf" for included file

Jun 2 12:11:11.494 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_fr.cf

Jun 2 12:11:11.496 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_it.cf

Jun 2 12:11:11.496 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_it.cf" for included file

Jun 2 12:11:11.497 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_it.cf

Jun 2 12:11:11.497 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_nl.cf

Jun 2 12:11:11.497 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_nl.cf" for included file

Jun 2 12:11:11.497 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_nl.cf

Jun 2 12:11:11.499 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_pl.cf

Jun 2 12:11:11.499 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_pl.cf" for included file

Jun 2 12:11:11.500 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_pl.cf

Jun 2 12:11:11.502 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_pt_br.cf

Jun 2 12:11:11.502 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/30_text_pt_br.cf" for included file

Jun 2 12:11:11.503 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/30_text_pt_br.cf

Jun 2 12:11:11.507 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/50_scores.cf

Jun 2 12:11:11.507 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/50_scores.cf" for included file

Jun 2 12:11:11.508 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/50_scores.cf

Jun 2 12:11:11.532 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_adsp_override_dkim.cf

Jun 2 12:11:11.532 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_adsp_override_dkim.cf" for included file

Jun 2 12:11:11.533 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_adsp_override_dkim.cf

Jun 2 12:11:11.535 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_awl.cf

Jun 2 12:11:11.535 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_awl.cf" for included file

Jun 2 12:11:11.536 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_awl.cf

Jun 2 12:11:11.536 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_shortcircuit.cf

Jun 2 12:11:11.536 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_shortcircuit.cf" for included file

Jun 2 12:11:11.537 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_shortcircuit.cf

Jun 2 12:11:11.537 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist.cf

Jun 2 12:11:11.538 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_whitelist.cf" for included file

Jun 2 12:11:11.538 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist.cf

Jun 2 12:11:11.540 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_dkim.cf

Jun 2 12:11:11.540 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_whitelist_dkim.cf" for included file

Jun 2 12:11:11.540 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_dkim.cf

Jun 2 12:11:11.543 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_spf.cf

Jun 2 12:11:11.543 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_whitelist_spf.cf" for included file

Jun 2 12:11:11.544 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_spf.cf

Jun 2 12:11:11.545 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_subject.cf

Jun 2 12:11:11.545 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/60_whitelist_subject.cf" for included file

Jun 2 12:11:11.545 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/60_whitelist_subject.cf

Jun 2 12:11:11.546 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/72_active.cf

Jun 2 12:11:11.546 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/72_active.cf" for included file

Jun 2 12:11:11.548 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/72_active.cf

Jun 2 12:11:11.652 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/72_scores.cf

Jun 2 12:11:11.652 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/72_scores.cf" for included file

Jun 2 12:11:11.653 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/72_scores.cf

Jun 2 12:11:11.657 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/73_sandbox_manual_scores.cf

Jun 2 12:11:11.657 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/73_sandbox_manual_scores.cf" for included file

Jun 2 12:11:11.658 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/73_sandbox_manual_scores.cf

Jun 2 12:11:11.658 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/local.cf

Jun 2 12:11:11.658 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/local.cf" for included file

Jun 2 12:11:11.659 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/local.cf

Jun 2 12:11:11.660 [14785] dbg: config: fixed relative path: /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/regression_tests.cf

Jun 2 12:11:11.660 [14785] dbg: config: using "/Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_o rg/regression_tests.cf" for included file

Jun 2 12:11:11.660 [14785] dbg: config: read file /Library/Server/Mail/Data/scanner/spamassassin/3.003002/updates_spamassassin_or g/regression_tests.cf

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_H4

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_WL

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FREEMAIL_FORGED_FROMDOMAIN

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_L5

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_H3

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FSL_GEO_ABUSE

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_H2

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FSL_YG_ABUSE

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule HEADER_FROM_DIFFERENT_DOMAINS

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_ZBI

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_L2

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FROM_MISSP_REPLYTO

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FILL_THIS_FORM_FRAUD_PHISH

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule FBI_SPOOF

Jun 2 12:11:11.680 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_BL

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_L4

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_H5

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule URIBL_SBL_A

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule FSL_FAKE_GMAIL_RCVD

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule FBI_MONEY

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule BODY_EMPTY

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule RCVD_IN_MSPIKE_L3

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule FILL_THIS_FORM_LONG

Jun 2 12:11:11.681 [14785] dbg: config: warning: score set for non-existent rule VANITY

Jun 2 12:11:12.123 [14785] dbg: rules: __DOS_HAS_MAILING_LIST merged duplicates: __ML4

Jun 2 12:11:12.124 [14785] dbg: rules: __HAS_LIST_ID merged duplicates: __ML2

Jun 2 12:11:12.124 [14785] dbg: rules: __JM_REACTOR_DATE merged duplicates: __RATWARE_0_TZ_DATE

Jun 2 12:11:12.124 [14785] dbg: rules: __DOS_HAS_ANY_URI merged duplicates: __HAS_ANY_URI __HAS_URI

Jun 2 12:11:12.124 [14785] dbg: rules: __HAS_REPLY_TO merged duplicates: __REPLYTO_EXISTS

Jun 2 12:11:12.124 [14785] dbg: rules: CTYPE_001C_A merged duplicates: DATE_IN_FUTURE_96_XX

Jun 2 12:11:12.124 [14785] dbg: rules: __HAS_XMAIL merged duplicates: __HAS_X_MAILER

Jun 2 12:11:12.124 [14785] dbg: rules: __LARGE_PERCENT_AFTER merged duplicates: __LCL__KAM_BODY_LENGTH_LT_1024 __LCL__KAM_BODY_LENGTH_LT_512 __MIME_CTYPE_IN_BODY __MIME_MALF __PILL_PRICE_01 __PILL_PRICE_02

Jun 2 12:11:12.124 [14785] dbg: config: finish parsing

Jun 2 12:11:12.135 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x7ff58ba13f10) implements 'finish_parsing_end', priority 0

Jun 2 12:11:12.135 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::FreeMail=HASH(0x7ff58bb226c0) implements 'finish_parsing_end', priority 0

Jun 2 12:11:12.135 [14785] dbg: replacetags: replacing tags

Jun 2 12:11:12.146 [14785] dbg: replacetags: done replacing tags

Jun 2 12:11:12.147 [14785] dbg: FreeMail: loaded freemail_domains entries: 2470 normal, 29 wildcard

Jun 2 12:11:12.149 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x7ff58ba66c10) implements 'learner_new', priority 0

Jun 2 12:11:12.150 [14785] dbg: bayes: learner_new self=Mail::SpamAssassin::Plugin::Bayes=HASH(0x7ff58ba66c10), bayes_store_module=Mail::SpamAssassin::BayesStore::DBM

Jun 2 12:11:12.161 [14785] dbg: bayes: learner_new: got store=Mail::SpamAssassin::BayesStore::DBM=HASH(0x1080b7728)

Jun 2 12:11:12.161 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::Bayes=HASH(0x7ff58ba66c10) implements 'learner_is_scan_available', priority 0

Jun 2 12:11:12.161 [14785] dbg: bayes: tie-ing to DB file R/O /Library/Server/Mail/Data/scanner/amavis/.spamassassin/bayes_toks

Jun 2 12:11:12.161 [14785] warn: bayes: cannot open bayes databases /Library/Server/Mail/Data/scanner/amavis/.spamassassin/bayes_* R/O: tie failed: Permission denied

Jun 2 12:11:12.161 [14785] dbg: bayes: untie-ing DB file toks

Jun 2 12:11:12.161 [14785] dbg: config: score set 0 chosen.

Jun 2 12:11:12.161 [14785] dbg: message: main message type: text/plain

Jun 2 12:11:12.161 [14785] dbg: message: ---- MIME PARSER START ----

Jun 2 12:11:12.162 [14785] dbg: message: parsing normal part

Jun 2 12:11:12.162 [14785] dbg: message: ---- MIME PARSER END ----

Jun 2 12:11:12.162 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::DNSEval=HASH(0x7ff58baa5e50) implements 'check_start', priority 0

Jun 2 12:11:12.163 [14785] dbg: bayes: tie-ing to DB file R/O /Library/Server/Mail/Data/scanner/amavis/.spamassassin/bayes_toks

Jun 2 12:11:12.163 [14785] warn: bayes: cannot open bayes databases /Library/Server/Mail/Data/scanner/amavis/.spamassassin/bayes_* R/O: tie failed: Permission denied

Jun 2 12:11:12.163 [14785] dbg: bayes: untie-ing DB file toks

Jun 2 12:11:12.163 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::Check=HASH(0x7ff58ba58018) implements 'check_main', priority 0

Jun 2 12:11:12.163 [14785] dbg: config: trusted_networks are not configured; it is recommended that you configure trusted_networks manually

Jun 2 12:11:12.163 [14785] dbg: metadata: X-Spam-Relays-Trusted:

Jun 2 12:11:12.163 [14785] dbg: metadata: X-Spam-Relays-Untrusted:

Jun 2 12:11:12.163 [14785] dbg: metadata: X-Spam-Relays-Internal:

Jun 2 12:11:12.163 [14785] dbg: metadata: X-Spam-Relays-External:

Jun 2 12:11:12.163 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::TextCat=HASH(0x7ff589fed8b0) implements 'extract_metadata', priority 0

Jun 2 12:11:12.163 [14785] dbg: message: no encoding detected

Jun 2 12:11:12.164 [14785] dbg: textcat: classifying, skipping: yi sco lv is bs sl la ga sa eu et rm cy eo fy gd lt

Jun 2 12:11:12.168 [14785] dbg: textcat: language possibly: en

Jun 2 12:11:12.169 [14785] dbg: textcat: X-Languages: "en", X-Languages-Length: 1342

Jun 2 12:11:12.169 [14785] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x7ff589f97e18) implements 'parsed_metadata', priority 0

Jun 2 12:11:12.169 [14785] dbg: dns: is_dns_available() last checked 1401736272.2 seconds ago; re-checking

Jun 2 12:11:12.169 [14785] dbg: dns: is DNS available? 0

Jun 2 12:11:12.169 [14785] dbg: rules: local tests only, ignoring RBL eval

Jun 2 12:11:12.170 [14785] dbg: check: running tests for priority: -1000

Jun 2 12:11:12.170 [14785] dbg: rules: running head tests; score so far=0

Jun 2 12:11:12.170 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 288 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_neg1000_1

Jun 2 12:11:12.170 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority -1000

Jun 2 12:11:12.170 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.171 [14785] dbg: rules: running head_eval tests; score so far=0

Jun 2 12:11:12.171 [14785] dbg: rules: run_eval_tests - compiling eval code: 9, priority -1000

Jun 2 12:11:12.171 [14785] dbg: eval: all '*From' addrs: ignore@compiling.spamassassin.taint.org

Jun 2 12:11:12.172 [14785] dbg: eval: all '*To' addrs:

Jun 2 12:11:12.172 [14785] dbg: rules: running body tests; score so far=0

Jun 2 12:11:12.172 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 231 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_neg1000_1

Jun 2 12:11:12.172 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority -1000

Jun 2 12:11:12.172 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.172 [14785] dbg: rules: running uri tests; score so far=0

Jun 2 12:11:12.172 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 229 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_neg1000_1

Jun 2 12:11:12.173 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority -1000

Jun 2 12:11:12.173 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.173 [14785] dbg: rules: running rawbody tests; score so far=0

Jun 2 12:11:12.173 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 237 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_neg1000_1

Jun 2 12:11:12.173 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority -1000

Jun 2 12:11:12.173 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.173 [14785] dbg: rules: running full tests; score so far=0

Jun 2 12:11:12.173 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 266 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_neg1000_1

Jun 2 12:11:12.173 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority -1000

Jun 2 12:11:12.173 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.174 [14785] dbg: rules: running meta tests; score so far=0

Jun 2 12:11:12.174 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 291 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_neg1000_1

Jun 2 12:11:12.174 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority -1000

Jun 2 12:11:12.174 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.174 [14785] dbg: check: running tests for priority: -950

Jun 2 12:11:12.174 [14785] dbg: rules: running head tests; score so far=0

Jun 2 12:11:12.174 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 286 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_neg950_1

Jun 2 12:11:12.174 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority -950

Jun 2 12:11:12.174 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.175 [14785] dbg: rules: running head_eval tests; score so far=0

Jun 2 12:11:12.175 [14785] dbg: rules: run_eval_tests - compiling eval code: 9, priority -950

Jun 2 12:11:12.175 [14785] dbg: rules: running body tests; score so far=0

Jun 2 12:11:12.175 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 229 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_neg950_1

Jun 2 12:11:12.175 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority -950

Jun 2 12:11:12.175 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.175 [14785] dbg: rules: running uri tests; score so far=0

Jun 2 12:11:12.175 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 227 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_neg950_1

Jun 2 12:11:12.175 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority -950

Jun 2 12:11:12.176 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.176 [14785] dbg: rules: running rawbody tests; score so far=0

Jun 2 12:11:12.176 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 235 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_neg950_1

Jun 2 12:11:12.176 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority -950

Jun 2 12:11:12.176 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.176 [14785] dbg: rules: running full tests; score so far=0

Jun 2 12:11:12.176 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 264 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_neg950_1

Jun 2 12:11:12.176 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority -950

Jun 2 12:11:12.176 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.176 [14785] dbg: rules: running meta tests; score so far=0

Jun 2 12:11:12.177 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 289 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_neg950_1

Jun 2 12:11:12.177 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority -950

Jun 2 12:11:12.177 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.177 [14785] dbg: check: running tests for priority: -900

Jun 2 12:11:12.177 [14785] dbg: rules: running head tests; score so far=0

Jun 2 12:11:12.177 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 286 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_neg900_1

Jun 2 12:11:12.177 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority -900

Jun 2 12:11:12.177 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.177 [14785] dbg: rules: running head_eval tests; score so far=0

Jun 2 12:11:12.177 [14785] dbg: rules: run_eval_tests - compiling eval code: 9, priority -900

Jun 2 12:11:12.178 [14785] dbg: rules: running body tests; score so far=0

Jun 2 12:11:12.178 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 229 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_neg900_1

Jun 2 12:11:12.178 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority -900

Jun 2 12:11:12.178 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.178 [14785] dbg: rules: running uri tests; score so far=0

Jun 2 12:11:12.178 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 227 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_neg900_1

Jun 2 12:11:12.179 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority -900

Jun 2 12:11:12.179 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.179 [14785] dbg: rules: running rawbody tests; score so far=0

Jun 2 12:11:12.179 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 235 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_neg900_1

Jun 2 12:11:12.179 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority -900

Jun 2 12:11:12.179 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.179 [14785] dbg: rules: running full tests; score so far=0

Jun 2 12:11:12.179 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 264 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_neg900_1

Jun 2 12:11:12.179 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority -900

Jun 2 12:11:12.179 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.180 [14785] dbg: rules: running meta tests; score so far=0

Jun 2 12:11:12.180 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 289 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_neg900_1

Jun 2 12:11:12.180 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority -900

Jun 2 12:11:12.180 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.180 [14785] dbg: check: running tests for priority: -400

Jun 2 12:11:12.180 [14785] dbg: rules: running head tests; score so far=0

Jun 2 12:11:12.180 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 286 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_neg400_1

Jun 2 12:11:12.180 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority -400

Jun 2 12:11:12.180 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.180 [14785] dbg: rules: running body tests; score so far=0

Jun 2 12:11:12.181 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 229 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_neg400_1

Jun 2 12:11:12.181 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority -400

Jun 2 12:11:12.181 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.181 [14785] dbg: rules: running uri tests; score so far=0

Jun 2 12:11:12.181 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 227 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_neg400_1

Jun 2 12:11:12.181 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority -400

Jun 2 12:11:12.181 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.181 [14785] dbg: rules: running body_eval tests; score so far=0

Jun 2 12:11:12.181 [14785] dbg: rules: run_eval_tests - compiling eval code: 11, priority -400

Jun 2 12:11:12.181 [14785] dbg: rules: running rawbody tests; score so far=0

Jun 2 12:11:12.181 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 235 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_neg400_1

Jun 2 12:11:12.182 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority -400

Jun 2 12:11:12.182 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.182 [14785] dbg: rules: running full tests; score so far=0

Jun 2 12:11:12.182 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 264 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_neg400_1

Jun 2 12:11:12.182 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority -400

Jun 2 12:11:12.182 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.182 [14785] dbg: rules: running meta tests; score so far=0

Jun 2 12:11:12.182 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 289 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_neg400_1

Jun 2 12:11:12.182 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority -400

Jun 2 12:11:12.182 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.183 [14785] dbg: check: running tests for priority: 0

Jun 2 12:11:12.183 [14785] dbg: rules: running head tests; score so far=0

Jun 2 12:11:12.194 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60095 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_0_1

Jun 2 12:11:12.200 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60583 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_0_2

Jun 2 12:11:12.206 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60030 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_0_3

Jun 2 12:11:12.212 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60698 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_0_4

Jun 2 12:11:12.220 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 59959 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_0_5

Jun 2 12:11:12.224 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority 0

Jun 2 12:11:12.224 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.225 [14785] dbg: rules: ran header rule __MISSING_REF ======> got hit: "UNSET"

Jun 2 12:11:12.225 [14785] dbg: rules: ran header rule __MISSING_REPLY ======> got hit: "UNSET"

Jun 2 12:11:12.225 [14785] dbg: rules: ran header rule __MSGID_OK_HOST ======> got hit: "@lint_rules>"

Jun 2 12:11:12.225 [14785] dbg: rules: ran header rule __MSGID_OK_DIGITS ======> got hit: "1401736271"

Jun 2 12:11:12.225 [14785] dbg: rules: ran header rule __HAS_MESSAGE_ID ======> got hit: "<YES>"

Jun 2 12:11:12.226 [14785] dbg: rules: ran header rule __HAS_SUBJECT ======> got hit: "<YES>"

Jun 2 12:11:12.226 [14785] dbg: rules: ran header rule __MSOE_MID_WRONG_CASE ======> got hit: "

Jun 2 12:11:12.226 [14785] dbg: rules: [...] Message-Id: "

Jun 2 12:11:12.226 [14785] dbg: rules: ran header rule __HAS_MSGID ======> got hit: "<"

Jun 2 12:11:12.226 [14785] dbg: rules: ran header rule __SANE_MSGID ======> got hit: "<1401736271@lint_rules>

Jun 2 12:11:12.226 [14785] dbg: rules: [...] "

Jun 2 12:11:12.227 [14785] dbg: rules: ran header rule __TO_NO_ARROWS_R ======> got hit: "negative match"

Jun 2 12:11:12.227 [14785] dbg: rules: ran header rule __HAS_FROM ======> got hit: "<YES>"

Jun 2 12:11:12.227 [14785] dbg: rules: running head_eval tests; score so far=0

Jun 2 12:11:12.228 [14785] dbg: rules: run_eval_tests - compiling eval code: 9, priority 0

Jun 2 12:11:12.232 [14785] dbg: FreeMail: RULE (FREEMAIL_FROM) check_freemail_from

Jun 2 12:11:12.232 [14785] dbg: FreeMail: all from-addresses: ignore@compiling.spamassassin.taint.org

Jun 2 12:11:12.233 [14785] dbg: FreeMail: RULE (__freemail_reply) check_freemail_replyto

Jun 2 12:11:12.233 [14785] dbg: FreeMail: From address: ignore@compiling.spamassassin.taint.org

Jun 2 12:11:12.233 [14785] dbg: FreeMail: No Reply-To and From is not freemail, skipping check

Jun 2 12:11:12.233 [14785] dbg: rules: ran eval rule NO_RELAYS ======> got hit (1)

Jun 2 12:11:12.234 [14785] dbg: rules: ran eval rule __GATED_THROUGH_RCVD_REMOVER ======> got hit (1)

Jun 2 12:11:12.234 [14785] dbg: FreeMail: RULE (FREEMAIL_REPLYTO_END_DIGIT) check_freemail_header regex:\d@

Jun 2 12:11:12.234 [14785] dbg: FreeMail: header Reply-To not found from mail

Jun 2 12:11:12.235 [14785] dbg: FreeMail: RULE (__freemail_replyto) check_freemail_replyto

Jun 2 12:11:12.235 [14785] dbg: FreeMail: From address: ignore@compiling.spamassassin.taint.org

Jun 2 12:11:12.235 [14785] dbg: FreeMail: Reply-To is not freemail, skipping check

Jun 2 12:11:12.235 [14785] dbg: FreeMail: RULE (__freemail_hdr_replyto) check_freemail_header

Jun 2 12:11:12.235 [14785] dbg: FreeMail: header Reply-To not found from mail

Jun 2 12:11:12.235 [14785] dbg: spf: cannot get Envelope-From, cannot use SPF

Jun 2 12:11:12.235 [14785] dbg: spf: def_spf_whitelist_from: could not find useable envelope sender

Jun 2 12:11:12.235 [14785] dbg: FreeMail: RULE (FREEMAIL_ENVFROM_END_DIGIT) check_freemail_header regex:\d@

Jun 2 12:11:12.235 [14785] dbg: FreeMail: header EnvelopeFrom not found from mail

Jun 2 12:11:12.236 [14785] dbg: spf: spf_whitelist_from: could not find useable envelope sender

Jun 2 12:11:12.236 [14785] dbg: rules: ran eval rule MISSING_HEADERS ======> got hit (1)

Jun 2 12:11:12.236 [14785] dbg: rules: running body tests; score so far=0.914

Jun 2 12:11:12.239 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 61441 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_0_1

Jun 2 12:11:12.246 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60404 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_0_2

Jun 2 12:11:12.255 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60050 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_0_3

Jun 2 12:11:12.263 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60159 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_0_4

Jun 2 12:11:12.271 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 53505 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_0_5

Jun 2 12:11:12.276 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority 0

Jun 2 12:11:12.276 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.297 [14785] dbg: rules: ran body rule __BODY_TEXT_LINE ======> got hit: "I"

Jun 2 12:11:12.319 [14785] dbg: rules: ran body rule __NONEMPTY_BODY ======> got hit: "I"

Jun 2 12:11:12.322 [14785] dbg: rules: running uri tests; score so far=0.914

Jun 2 12:11:12.324 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 29983 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_0_1

Jun 2 12:11:12.326 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority 0

Jun 2 12:11:12.326 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.327 [14785] dbg: rules: running body_eval tests; score so far=0.914

Jun 2 12:11:12.328 [14785] dbg: rules: run_eval_tests - compiling eval code: 11, priority 0

Jun 2 12:11:12.339 [14785] dbg: https_http_mismatch: anchors 0

Jun 2 12:11:12.344 [14785] dbg: rules: running rawbody tests; score so far=0.914

Jun 2 12:11:12.345 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 17747 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_0_1

Jun 2 12:11:12.346 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority 0

Jun 2 12:11:12.346 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.347 [14785] dbg: rules: running rawbody_eval tests; score so far=0.914

Jun 2 12:11:12.347 [14785] dbg: rules: run_eval_tests - compiling eval code: 15, priority 0

Jun 2 12:11:12.348 [14785] dbg: rules: running full tests; score so far=0.914

Jun 2 12:11:12.348 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 1223 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_0_1

Jun 2 12:11:12.348 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority 0

Jun 2 12:11:12.348 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.348 [14785] dbg: rules: running full_eval tests; score so far=0.914

Jun 2 12:11:12.348 [14785] dbg: rules: run_eval_tests - compiling eval code: 13, priority 0

Jun 2 12:11:12.349 [14785] dbg: dkim: signature verification disabled, DNS resolving not available

Jun 2 12:11:12.349 [14785] dbg: rules: running meta tests; score so far=0.914

Jun 2 12:11:12.349 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 281 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_0_1

Jun 2 12:11:12.349 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority 0

Jun 2 12:11:12.349 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.349 [14785] dbg: check: running tests for priority: 500

Jun 2 12:11:12.349 [14785] dbg: dns: harvest_dnsbl_queries

Jun 2 12:11:12.349 [14785] dbg: rules: running head tests; score so far=0.914

Jun 2 12:11:12.350 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 282 chars of Mail::SpamAssassin::Plugin::Check::_head_tests_500_1

Jun 2 12:11:12.350 [14785] dbg: rules: run_generic_tests - compiling eval code: head, priority 500

Jun 2 12:11:12.350 [14785] dbg: rules: compiled head tests

Jun 2 12:11:12.350 [14785] dbg: rules: running body tests; score so far=0.914

Jun 2 12:11:12.350 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 225 chars of Mail::SpamAssassin::Plugin::Check::_body_tests_500_1

Jun 2 12:11:12.350 [14785] dbg: rules: run_generic_tests - compiling eval code: body, priority 500

Jun 2 12:11:12.350 [14785] dbg: rules: compiled body tests

Jun 2 12:11:12.350 [14785] dbg: rules: running uri tests; score so far=0.914

Jun 2 12:11:12.350 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 223 chars of Mail::SpamAssassin::Plugin::Check::_uri_tests_500_1

Jun 2 12:11:12.350 [14785] dbg: rules: run_generic_tests - compiling eval code: uri, priority 500

Jun 2 12:11:12.351 [14785] dbg: rules: compiled uri tests

Jun 2 12:11:12.351 [14785] dbg: rules: running rawbody tests; score so far=0.914

Jun 2 12:11:12.351 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 231 chars of Mail::SpamAssassin::Plugin::Check::_rawbody_tests_500_1

Jun 2 12:11:12.351 [14785] dbg: rules: run_generic_tests - compiling eval code: rawbody, priority 500

Jun 2 12:11:12.351 [14785] dbg: rules: compiled rawbody tests

Jun 2 12:11:12.351 [14785] dbg: rules: running full tests; score so far=0.914

Jun 2 12:11:12.351 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 260 chars of Mail::SpamAssassin::Plugin::Check::_full_tests_500_1

Jun 2 12:11:12.351 [14785] dbg: rules: run_generic_tests - compiling eval code: full, priority 500

Jun 2 12:11:12.351 [14785] dbg: rules: compiled full tests

Jun 2 12:11:12.351 [14785] dbg: rules: running meta tests; score so far=0.914

Jun 2 12:11:12.352 [14785] dbg: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'

Jun 2 12:11:12.374 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60115 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_500_1

Jun 2 12:11:12.384 [14785] dbg: rules: flush_evalstr (add_evalstr) compiling 60641 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_500_2

Jun 2 12:11:12.390 [14785] dbg: rules: flush_evalstr (run_generic_tests) compiling 3439 chars of Mail::SpamAssassin::Plugin::Check::_meta_tests_500_3

Jun 2 12:11:12.391 [14785] dbg: rules: run_generic_tests - compiling eval code: meta, priority 500

Jun 2 12:11:12.391 [14785] dbg: rules: compiled meta tests

Jun 2 12:11:12.392 [14785] dbg: check: is spam? score=3.652 required=7

Jun 2 12:11:12.392 [14785] dbg: check: tests=MISSING_DATE,MISSING_HEADERS,NO_RECEIVED,NO_RELAYS

Jun 2 12:11:12.392 [14785] dbg: check: subtests=__BODY_TEXT_LINE,__EMPTY_BODY,__GATED_THROUGH_RCVD_REMOVER,__HAS_FROM, __HAS_MESSAGE_ID,__HAS_MSGID,__HAS_SUBJECT,__MISSING_REF,__MISSING_REPLY,__MSGID _OK_DIGITS,__MSGID_OK_HOST,__MSOE_MID_WRONG_CASE,__NONEMPTY_BODY,__NOT_SPOOFED,_ _SANE_MSGID,__TO_NO_ARROWS_R,__UNUSABLE_MSGID

Jun 2 12:11:12.393 [14785] dbg: timing: total 1156 ms - init: 925 (80.0%), parse: 0.50 (0.0%), extract_message_metadata: 6 (0.5%), get_uri_detail_list: 0.71 (0.1%), tests_pri_-1000: 4 (0.4%), compile_gen: 67 (5.8%), compile_eval: 15 (1.3%), tests_pri_-950: 3 (0.2%), tests_pri_-900: 3 (0.3%), tests_pri_-400: 3 (0.2%), tests_pri_0: 167 (14.4%), tests_pri_500: 43 (3.7%)

Jun 2, 2014 1:11 PM in response to scottl31

Nope. It still doesn't work according to your lint output. Until you start reliably getting BAYES_ score indicator in email headers, spamassassin is broken.


amavis is really a user on your system. You can see all users by going int serveradmin's users pane and using View->Show System Accounts. No need to do that though.


You don't have to work as amavisd, you only need to make sure relevant files belong to that user. Running spamassassin as amavisd is to be sure that the permissions on databases are 100% correct. It doesn't have a password and you cannot log in as amavisd.


JUNK MAIL mark is not a direct indicator of spamassassin's work. It's a score that's computed from very many factors. What you should look for is BAYES_ indicator, if the message is definitely a spam and you have a BAYES_50 or lower then definitely feed it into junkmail inbox. You can do that to every message where BAYES_ is lower than 99.


Chown will only give you a message in case of an error.

Your output clearly shows that permissions are still wrong. Look at it carefully, it complains of bayes_toks again.


You can check permissions using ls -lh command that I quoted earlier. It will show who owns the files in .spamassassin directory at the moment. If any file there is owned by someone other than amavisd (shown as _amavisd) then you have a problem. After issuing chown be sure to check with ls -lh that your permissions are set correctly.


Are you sure it's such a good idea to run a mail server on your own? You may later run into more serious problems that you won't be able to solve quickly. When more and more people get to rely on your service any serious problem you encounter will lead to a lot of stress and you may be unable to solve the problem at all.

A good option right now would be to have virtual users defined in postfix that transparently redirect/forward all mail coming to boss@yourdomain.com to bossemailaddress@gmail.com. You may set up boss's mail client so that he receives mail from gmail but sends it as if it was coming from boss@yourdomain.com. It's best to use gmail for outgoing mail as well and switch off Mail service completely.

Jun 2, 2014 2:09 PM in response to Buckiejoe

Darn, I thought I was getting close.


Here's my short story:

I have been working for this same small company for 21 years. It was a "service bureau" at the time and I was hired because I did grapic production (Quark, Photoshop), and I knew the Mac inside and out. Made me valueable. But I got laid off in 2010 because lots of changes in the business. Since then I have worked on an as needed basis.


Anyway, my boss has lots of ideas, but he insists on running everything in house. I told him he should just get a dedicated hosting account somewhere. But he says no. He wants total control. I don't think he'd go for that google thing. He hates the idea of depending on some other company, especially one like google. I thought to do that with the mail on google, it was something like $25 a month. Is there some way I could set it up without him knowing, or would he have to change his mail client?


So he's thrown me into the pool and said learn to swim. Sometimes I tell him I feel I'm in over my head and then he just says "figure it out." More often than not I do, thanks to google and this forum.


This ML server I'm on was new (not upgraded) last August and has only one domain on it. It is the main company mail and web server. I recommened we keep it separate from a bunch of other domains we have that we have set up for various artist clients of ours.


The other Server is SL and although it took me a long time to learn and get tweaked the way we want, it seems far easier to deal with and I rarely have a problem. The only thing on that is I wish I could turn off the RBLs for one domain and not the others. Also, I couldn't figure out how to white list domains/IPs on the RBLs. The same commands I got to work on ML did not work on SL.


Sorry for the ramble, but just wanted to let you know what I'm up against. Hope you won't mind further questions as I go through and make adjustments.


It's funny, the ls -lh command you said to run just seems to show a list of folders, but no indication of spamassassin or amavisd.


prepress:~ server2$ cd ~

prepress:~ server2$ ls -lh

total 11592

-rw-r--r--+ 1 server2 staff 0B Oct 8 2013 1000K

drwx------+ 26 server2 staff 884B May 29 07:43 Desktop

drwx------+ 3 server2 staff 102B Jan 24 2013 Documents

drwx------+ 6 server2 staff 204B Feb 4 11:04 Downloads

drwx------@ 43 server2 staff 1.4K Sep 11 2013 Library

drwx------+ 3 server2 staff 102B Jan 24 2013 Movies

drwx------+ 4 server2 staff 136B Sep 10 2013 Music

drwx------+ 5 server2 staff 170B Feb 5 12:36 Pictures

drwxr-xr-x+ 4 server2 staff 136B Jan 24 2013 Public

-rw-r--r--@ 1 server2 staff 1.9M Sep 5 2013 Users

prepress:~ server2$

Jun 2, 2014 11:32 PM in response to Matt Domenici

I wasn't sure which way to go with one of you guys recommending it and the other saying it's not needed.


Anyway, ran:


/usr/sbin/spamtrainer


And get this:


Starting spamtrainer...


Training from user folders

Learning SPAM...

Learned new SPAM (junk mail)

Learning HAM...

Learned new HAM (not junk mail)

Syncing SpamAssassin Database

Displaying SpamAssassin Database Stats

0.000 0 11237 0 non-token data: ham

0.000 0 13154 0 non-token data: spam

Done!

Output produced by spamtrainer Version 2.0.0


Does this mean the built in version is still broken, but this one is working?

Jun 3, 2014 9:30 AM in response to Buckiejoe

OK, so in addition to the ***JUNK*** ones marked, I looked at a bunch of spams not marked and they almost all seem to have BAYES in the header like this:


X-Spam-Flag: NO

X-Spam-Score: 3.7

X-Spam-Level: ***

X-Spam-Status: No, score=3.7 tagged_above=2 required=7 tests=[BAYES_99=3.5,

BAYES_999=0.2, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001,

SPF_HELO_PASS=-0.001] autolearn=no

Received: from prepress.com ([127.0.0.1])

by localhost (prepress.com [127.0.0.1]) (amavisd-new, port 10024)


Filter is set for 7, so it didn't get marked.


My new questions:


Is there a reader I can use or a quick way to scan though the messages and just see the header so I can how many are really getting BAYES in the header?


If I feed the above message to the junkmail account, would ones like it eventually get tagged?


Thanks!

Jun 4, 2014 5:09 PM in response to scottl31

This is good news, it means that the problems with your Bayes DB have now been fixed and spamtrainer can run without errors. I'd encourage you at this point to use spamtrainer instead of the built-in scripts. If you choose to do so, spamtrainer will "automagically" disable the built-in scripts and set itself up.


If you would like to do this, try man spamtrainer from the command line on the server. One of the options will be to setup spamtrainer to run automatically. You'll see other options that allow you to have spamtrainer auto delete messages from the spam and ham mailboxes after it has been run, and even an option to produce an output report to your email box nightly.


If you're still stuck after looking at the help docs, message back..

Jun 4, 2014 10:29 PM in response to Matt Domenici

Matt,


This sounds great.


When i run that command, it just shows the various "options" but no real instructions on how to use it and run those options.


For example, do I continue to feed the junk and notjunk accounts the way I have been? Does it delete spam or deliver it marked ***JUNK***? Is that even a choice?


I assume that once set up and working, there would be no reason to switch back to the other.


How would I be able to tell which one is active and actually working and which one is not?


Thanks!

Jun 4, 2014 10:51 PM in response to scottl31

spamtrainer has a command line option which replaces the built in script that trains the built in Bayesian filter. The script supplied by Apple does similar things, but lacks the options.


Yes, you would feed spam and ham to the respective mailboxes.


The tagging of spam messages with "*JUNK*" is done by the underlying server processes, separate from spamtrainer or the Apple-supplied training script. That will continue to happen, so long as you have the options configured in server admin.


Correct, there's no reason to go back to the built-in scripts, in my opinion.


In terms of which one is active, spamtrainer will do this for you when you ask it to do so. You can also verify which is loaded by looking at launchctl. That being said, spamtrainer will be an easier option for you.


It's really important that you learn the features of spamtrainer if you are going to use it. I'd suggest this: copy the output from man spamtrainer into a message and walk through what you think the options perform. We can supply feedback to help give some better understanding so you become an "expert" sooner than you may think!

Jun 5, 2014 9:17 AM in response to Matt Domenici

Matt,


That launchctl just gave me this, not sure what it means:


prepress:~ server2$ launchctl

launchd%


Since you said what I have is working, I'm hesitant to make any changes. Is there a command I can run that tells me what the current settings are that it is using? For example, since my junk and notjunk accounts were empty this morning, how can I tell if it was spamtrainer or spamassasin? Do I have to set it to automatically run, or does it have a default auto run schedule?


I thought I'd start by trying to set the report to be emailed, so I did this:


sudo spamtrainer -m myname@domain.net


Then it immediately gave me:


Starting spamtrainer...


Training from user folders

Learning SPAM...

Learned new SPAM (junk mail)

Learning HAM...

Learned new HAM (not junk mail)

Syncing SpamAssassin Database

Displaying SpamAssassin Database Stats

0.000 0 11453 0 non-token data: ham

0.000 0 13888 0 non-token data: spam

Done!

Output produced by spamtrainer Version 2.0.0


I assume it gave results immediately because the mail boxes were empty. I wasn't sure anything happened, so I ran it again. Then right away got 2 emails showing the database stats.


So now, having run this command, will it send me an email when the script runs at whatever time it is set for (if it is set)?


Thanks for your patience and help with this!

Scott

Jun 5, 2014 9:54 AM in response to scottl31

You asked spamtrainer via the -m to give you a report after it ran to your designated email box; it did so as requested.


If you are only invoking spamtrainer on the command line that it is only running when you are specifically calling it to do so, manually. Did you ask spamtrainer to run at a specific time? (You would have gone through the interactive setup to do so.)


Try calling spamtrainer with the -i option by itself to set it up. It will walk through setting the script to run automatically, disable the Apple script so there's no conflicts, and setup the other options.

Where do I configure spamassassin in Mountain Lion Server?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.