You are browsing the archive for Open Source.

Spamassassin 2010 bugfix

January 1, 2010 in Coding Mines, Open Source by Freaking Wildchild

I came home after newyear and was flabbergasted as soon as I saw, I had no mail! With exception of my whitelist, which is bitter small. After reading Slashdot, I’ve noticed Spamassassin has a 2010 bug, dropping legit mails to spam or nowhere; depending on the account settings.

There are two ways to fix this by hand; to keep the ability to thwart mails coming from the future (after 2014 in this case):

Step 1: edit the ruleset file.

  • With root privileges: Edit the file /usr/share/spamassassin/72_active.cf
  • Without root privileges: Add to the file ~/.spamassassin/user_prefs

Step 2: find/add or change FH_DATE_PAST_20XX:


##{ FH_DATE_PAST_20XX
header FH_DATE_PAST_20XX Date =~ /20(1[4-9]|[2-9][0-9])/ [if-unset: 2006]
describe FH_DATE_PAST_20XX The date is grossly in the future.
##} FH_DATE_PAST_20XX

I wish variables could be used in regexps like these, like $year + 2 would be a nice start….

Alternative Step: Automatic update of rulesets

The Spamassassin rules can be updated automatically by executing the following command:

  • any unix system: sa-update && /etc/init.d/spamassassin reload
  • Directadmin: /usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.2.5/sa-update && /etc/init.d/spamassassin reload
  • admispconfig: /usr/local/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update && /etc/init.d/spamassassin reload

Enjoy your mail without spam coming from the future!

02/jan/2010: Thanks go to mike for the even more-fine-grain regexp: 20(1[4-9]|[2-9][0-9])/

Wordpress SoundCloud & ArtistPlug.ME plugin!

March 11, 2009 in Open Source, Services by Freaking Wildchild

Admin Screen v1.04

Admin Screen v1.04

Welcome to VisualSound, the WordPress (MU compatible) plug-in with built-in SoundCloud & VisualDreams support.

After searching for a long time on the Internet, I’ve not found any clue for any SoundCloud widget available; so I’ve started development of VisualSound; which is currently in use at some of the Wildchild pages. The applet has a natural interfacing towards SoundCloud & other multimedia providers.

Later support will include direct API support towards SoundCloud and VisualDreams/VisualMix.

The configuration screen allows easy access to a few applet options, available to the users convenience.

* (this SoundCloud widget should autostart!)

WARNING !!!

v1.10+: The standard soundcloud URL can be used as command like {soundcloud play url} and {soundcloud autoplay url}.

pre-v1.0: This plug-in has been simplified with commands.

  • Double check your previous posts/page syntax if you upgrade from pre-v1.0!
  • Disable/Re-enable plug-in for full support to upgrade from pre-v1.0!
  • For Soundcloud: use [keyword] soundcloud and [provider] soundcloud in the configuration screen!
  • If your plug-in does not work, try as [provider] beta

Old syntax: [visualsound username mode location] New syntax: [keyword mode username location]

Newest Syntax: [keyword mode url] where keyword is soundcloud for SoundCloud!


Syntax line:

[keyword mode username location]
 


 
BLOG Network Currently in upgrade: ArtistBlog.ME development
>ArtistPlug.ME network development
 

[
keyword mode username location
]
description
[
soundcloud track username location
]
play individual track name
[
soundcloud playtrack username location
]
autoplay individual SoundCloud track name*
[
soundcloud set username location
]
open SoundCloud set name
[
soundcloud playset username location
]
autoplay SoundCloud set name
[
soundcloud dropbox
]
show dropbox widget
[
soundcloud cloudplayer
]
show thecloudplayer in blog!
[
visualmix artistplugme username location
]
Open inline ArtistPlug.ME (visualmix) API
[
visualmix artistplugme username location
]
open visualmix api at location

Downloads:

Revision History:

Send wildchild your track

Enjoy!

Freaking Wildchild

Tags: , , , ,
24 Comments »

by ArtistPlug.ME

Open Source

February 26, 2009 in Open Source by ArtistPlug.ME

The world wouldn’t turn around if we wouldn’t atleast give a little bit credit to our co-workers, right? The ArtistPlug.ME network is more-or-less built upon existing Open Source software, glued together by Freaking Wildchild to one collective part, ready to be there for the common artist!

Of’course there is no off-the-shelf software available for the network which ArtistPlug.ME wants to be, since audio/video has been just coming thru the sundawn through youtube, google video, vimeo and all other alternatives and mirrors available on the Internet. A lot of tools are available alike these, but none are really targeted to the common audio-visual artist.

ArtistPlug.ME currently uses the following tools (and not limited to):

  • Linux
  • PHP
  • Perl, CPAN modules and golden Perlmonks advice
  • VisualDreams engine (written in Perl by Freaking Wildchild)
  • Apache 1.3 and 2
  • mySQL
  • FFmpegX for on-the-fly conversion
  • Wordpress MU (BuddyPress and VisualDreams enhanced) with plugins:
  • Inkscape and Scribus for site and logodesign
  • MP3tag, Winamp, Cooledit PRO and Audigy for audio editing
  • Brainpower, milk, cookies and lot’s more that isn’t open source yet! (can only wish!)

Big thanks go to those and lots more who has been actively contributing to the Open Source world!