diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-23 00:02:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-23 00:02:52 +0100 |
commit | 5ab6e29ce6d50be061704e500cf88c352ba3c982 (patch) | |
tree | ce206538a1b7678f8c54e739abc89b24c6c5b3c5 /bin | |
parent | 5fce99cb4e263f93655f17f4062a3379b7be1daf (diff) | |
download | jenkins.debian.net-5ab6e29ce6d50be061704e500cf88c352ba3c982.tar.xz |
somebody should do something
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/email2irc.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 450ca0d0..58233c30 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -3,6 +3,14 @@ # Copyright 2012-2014 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 +# from IRC: +#<h01ger> i think email2irc.sh should be thrown away and replaced +# with a proper python or perl script. parsing email headers +# with shell is insane. +#<h01ger> but it really should just be rewritten from scratch +#<h01ger> using something which has libraries to parse emails… + + # # called by ~jenkins/.procmailrc # to turn jenkins email notifications into irc announcements with kgb |