Re: [spamdyke-users] 5.0.1 - make warning fscanf on Ubuntu 14.04 LTS

2015-08-19 Thread Sam Clippinger via spamdyke-users
They're just warnings that I'm not checking the return value of a call to fscanf(). fscanf() reads data from a file into one or more variables; its return value shows how many variables were assigned. In the case of those lines, I'm using fscanf() to simply skip over any carriage return or

Re: [spamdyke-users] 5.0.1 - make warning fscanf on Ubuntu 14.04 LTS

2015-08-19 Thread Arne Metzger via spamdyke-users
Hi Sam, thank you for this detailed answer. I will move forward and start to setup spamdyke on my new server - using it on a older one for years. Great code, thank you very much for the time and enegry you spent. Best regards, Arne Am 19.08.2015 um 16:09 schrieb Sam Clippinger via