~ubuntu-branches/ubuntu/utopic/spamassassin/utopic-updates

« back to all changes in this revision

Viewing changes to pkgrules/20_freemail.cf

  • Committer: Package Import Robot
  • Author(s): Noah Meyerhans
  • Date: 2014-02-14 22:45:15 UTC
  • mfrom: (0.8.1) (0.6.2) (5.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20140214224515-z1es2twos8xh7n2y
Tags: 3.4.0-1
* New upstream version! (Closes: 738963, 738872, 738867)
* Scrub the environment when switching to the debian-spamd user in
  postinst and cron.daily. (Closes: 738951)
* Enhancements to postinst to better manage ownership of
  /var/lib/spamassassin, via Iain Lane <iain.lane@canonical.com>
  (Closes: 738974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
ifplugin Mail::SpamAssassin::Plugin::FreeMail
27
27
 
28
28
body     __freemail_safe_fwd  /---\s?(?:(?:Forwarded|Original) message|Alkuper.inen viesti)/i
29
 
header   __freemail_safe_ml1  exists:List-Id
30
 
header   __freemail_safe_ml2  exists:Mailing-List
31
 
header   __freemail_safe_ml3  exists:X-Mailing-List
32
29
header   __freemail_safe_rls  X-Spam-Relays-External =~ /^[^\]]+ rdns=\S+\.(?:tfbnw\.net|ebay\.com|tieto\.com) /
33
 
meta     __freemail_safe      __freemail_safe_fwd || __freemail_safe_ml1 || __freemail_safe_ml2 || __freemail_safe_ml3 || __freemail_safe_rls
 
30
meta     __freemail_safe      __freemail_safe_fwd || __ML2 || __ML4 || __HAS_X_MAILING_LIST || __freemail_safe_rls
34
31
 
35
32
header   __freemail_replyto  eval:check_freemail_replyto('replyto')
36
33
meta     FREEMAIL_REPLYTO  __freemail_replyto && !__freemail_safe