Questions tagged [spamassassin]

SpamAssassin is a computer program released under the Apache License 2.0 used for e-mail spam filtering based on content-matching rules.

447 questions
1
vote
1 answer

SpamAssassin ASN Plugin

I've got spamassassin 3.4.0 setup to use Mail::SpamAssassin::Plugin::ASN. cpan confirms that it is installed, and dig confirms that I can get the ASN TXT records from http://routeviews.org. My local.cf has this section: ##### Autonomous System…
justinzane
  • 191
  • 2
  • 13
1
vote
2 answers

Efficient way to get Postfix talk to SpamAssassin

Traditional methods of doing this on SA wiki talk about shell scripts as content filters. Well that's an additional fork syscall on every email and the volume that will flow through the machine is significant. Not to mention that shell/bash scripts…
LetMeSOThat4U
  • 1,371
  • 2
  • 17
  • 35
1
vote
0 answers

SpamAssassin: is there a way to get the urls that were found in blacklists?

Is it possible to make SpamAssassin show the urls that were found in blacklists? Example: when rules like URIBL_JP_SURBL or URIBL_WS_SURBL matches. I'm trying to search for a config directive that would add those urls as an extra header or something…
Fernando
  • 1,189
  • 6
  • 23
  • 32
1
vote
1 answer

Qmail's preline command

Having trouble to use preline command with Qmail's mail filtering. When i use next syntax in .qmail-default file: | /var/qmail/bin/preline /usr/bin/maildrop /etc/mail/mailfilter ... I get following error: preline: usage: preline cmd [ arg ...…
user48058
  • 863
  • 3
  • 12
  • 20
1
vote
0 answers

incoming mail with low score, but count as spam?

my Centos server currently running spamassassin to filter spam email, it work together with mailscanner, it work fine before but suddently got a problem: Nov 15 16:12:02 main MailScanner[4079]: Message A6D3969B8200.AE900 from x.x.x.x…
moriya
  • 19
  • 3
1
vote
1 answer

How do I exclude higher MX IP from SpamAssassin?

... higher priority mail exchange relays some emails to lower priority mail exchange and triggers following w/ SpamAssassin. * -1.0 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [XXX.XXX.XXX.XXX listed in…
alexus
  • 13,112
  • 32
  • 117
  • 174
1
vote
0 answers

Blocking and deleting e-mail

I have a server running EXIM and I was wondering if there was a way to block e-mail from going out should a member load over 1000 e-mails in to the queue and then automatically delete them.
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
1
vote
1 answer

is it possible to completely disable spamassassin using spamassassin user_prefs

I am loading spamassassin user_prefs using user_scores_* sql-functions. There are many users in my system who don't want to use spamassassin at all. Is there an option to do so? I know I could set the required_score to something really high, but…
Zulakis
  • 4,153
  • 14
  • 48
  • 76
1
vote
2 answers

Configuring Postfix, Spamassassin and Procmail to put spam in a dedicated folder

I'm not sure if SF is the good place for that, so sorry if it's not the case. I'm administrating a Debian server for our company's emails and I'm trying to have the emails flagged as spam by Spamassassin to go in a dedicated folder for each user…
Flackou
  • 111
  • 3
1
vote
1 answer

SA with or without amavis-new - whats faster?

Currently i have working setup of postfix with virtual users which uses amavis (with SA and clamav) to filter messages. The problem is, i need to allow every user to be able to adjust their SA settings. So i need to store SA settings in a database.…
WombaT
  • 157
  • 1
  • 9
1
vote
1 answer

Why does SpamAssasin mark emails as SPAM due to RCVD_IN_PBL RBL?

My email is being marked as SPAM by SpamAssasin. The problem is score 3.3 (among others): 3.3 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL * [212.95.7.48 listed in zen.spamhaus.org] I have no connection to 212.95.7.48 whatsoever.…
Danijel
  • 256
  • 6
  • 19
1
vote
1 answer

How to whitelist a domain while blocking forgeries using that domain?

How do you deal with the case of: wanting to whitelist a domain so that emails from it won't get eaten, but not having emails forged to appear to be from that domain get bogusly whitelisted whitelist_from_recvd looks promising, but then you have…
QuantumMechanic
  • 655
  • 6
  • 15
1
vote
2 answers

DNS: MX listing points to google apps and A listing to my own server. Can I send emails from my own server without being classified as spam?

Linux DNS networking question: If an MX record points to IP address 111.111.111.111 and A record of a domain points to 222.222.222.222, can I still send emails from 222.222.222.222 on the behalf of a domain, without being classified as spam? The…
1
vote
1 answer

Postfix looping back to itself for a relay domain

I cannot send email to anyone at a certain domain, except to a particular recipient. Here is what I am seeing in the quarantine/cache logs for an email sent by Maia (a quarantine program) to a user for a new account: …
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
1
vote
2 answers

Spamassassin/Exim (incorrectly) blocking mail from localhost as spam

On our server we've got a problem with spamassassin/exim4 blocking email from our mailing list software as spam. This because (usually) the headers the software (ecartis) adds add points to make it go over the boundary. e.g. Mail from a@.com ->…
dtech
  • 633
  • 2
  • 10
  • 27