Bug#779253: rmilter: Incorrect SPF Check For Null MailFrom

2015-02-25 Thread Mikhail Gusarov
package rmilter forwarded 779253 https://github.com/vstakhov/rmilter/issues/20 thanks On Wed, Feb 25, 2015, at 23:05, Scott Kitterman wrote: > Package: rmilter > Version: 1.6.1 > Severity: normal > Tags: upstream > > Dear Maintainer, > > If you look at src/spf.c you'll see the following code sni

Bug#779253: rmilter: Incorrect SPF Check For Null MailFrom

2015-02-25 Thread Scott Kitterman
Package: rmilter Version: 1.6.1 Severity: normal Tags: upstream Dear Maintainer, If you look at src/spf.c you'll see the following code snippet: /* No domain part in envfrom field - do not make spf check */ if (domain_pos == NULL) { return 1; } This is no