diff of 8482a06892bed38b84b818a943c2f975cdbf3b4f

8482a06892bed38b84b818a943c2f975cdbf3b4f
diff --git a/src/rss/reader-db.lisp b/src/rss/reader-db.lisp
index 554e9f4..5289d1f 100644
--- a/src/rss/reader-db.lisp
+++ b/src/rss/reader-db.lisp
@@ -44,7 +44,7 @@
 (can't find the documentation about this logic) whims. This function performs
 the http-request through drakma, checks which is returned, and in case of array<byte>s,
 pipes it through trivial-utf-8:utf-8-bytes-to-string"
-  (let ((result (drakma:http-request url)))
+  (let ((result (drakma:http-request url :user-agent "drakma / murja-blog-engine rss updater")))
     (if (and (arrayp result)
 	     (not (stringp result)))
 	(trivial-utf-8:utf-8-bytes-to-string result)