if (is_bnet_stop(sock)) {
         return 0;                    /* error or terminate */
       }
-      Dmsg1(000, "sock->msglen=%d\n", sock->msglen);
       pm_strcpy(&ua->cmd, sock->msg);
       strip_trailing_junk(ua->cmd);
       if (strcmp(ua->cmd, ".messages") == 0) {
 
         }
       }
       Dmsg2(100, "New block at position=(file:block) %d:%d\n", dev->file, dev->block_num);
-#define FAST_BLOCK_REJECTION
-#ifdef FAST_BLOCK_REJECTION
+#ifdef if_and_when_FAST_BLOCK_REJECTION_is_working
       /* this does not stop when file/block are too big */
       if (!match_bsr_block(jcr->bsr, block)) {
         if (try_repositioning(jcr, rec, dev)) {
 
 #undef  VERSION
 #define VERSION "1.33"
 #define VSTRING "1"
-#define BDATE   "06 Dec 2003"
-#define LSMDATE "06Dec03"
+#define BDATE   "07 Dec 2003"
+#define LSMDATE "07Dec03"
 
 /* Debug flags */
 #undef  DEBUG