Ok, I managed to compile it. It's working fine now : 5372: [01/07/2015 23:05:40] input args: /usr/bin/dspam --deliver --user XXXXXX --source=error --signature=54ac5c40181054136714457 --class=innocent 5372: [01/07/2015 23:05:40] pass-thru args: --deliver 5372: [01/07/2015 23:05:40] processing user XXXX 5372: [01/07/2015 23:05:40] uid = 5000, euid = 5000, gid = 5000, egid = 119
All I dit was editing src/dspam.c line 177 from tmp = "--source=error;--signature=%s"; To : tmp = "--source=error;--signature=%%s"; Guillaume Hilt Le 07/01/2015 13:28, Guillaume a écrit : > In dovecot-antispam source dspam.c, there's this line : > tmp = "--source=error;--signature=%s"; > > Isn't my issue related to it ? It sure looks like what's added at the > end of the input args > Shouldn't it be %%s ? > > When i'm trying to compile dovecot-antispam sources (having added the > maybe missing%) I got this error : > No rule to make target `aux.c', needed by `depend' > > Guillaume Hilt > > Le 06/01/2015 12:36, Guillaume a écrit : >> Same issue as I said :) >> >> I updated my dovecot antispam_dspam_args parameter to this, hoping >> to remove the second signature parameter : --deliver;--user;%u >> >> But it's still the same issue. >> >> >> Guillaume Hilt >> >> Le 06/01/2015 12:25, Tom Hendrikx a écrit : >>>> I updated my dovecot antispam_dspam_args parameter to this, hoping >>>> to remove the second signature parameter : --deliver;--user;%u >>>> >>>> But it still the same issue. Maybe this extra signature=%s comes >>> >from dovecot-antispam ? >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming! The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net >> _______________________________________________ >> Dspam-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspam-user >> > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Dspam-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspam-user > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
