Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
vacation
vacation-1.2.7.1-junkfilter.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vacation-1.2.7.1-junkfilter.diff of Package vacation
--- vacation.c | 6 ++++++ 1 file changed, 6 insertions(+) --- vacation.c +++ vacation.c 2017-02-01 09:26:42.073222511 +0000 @@ -520,6 +520,12 @@ readheaders (void) cont = 0; if (strncasecmp(buf, "X-Spam-Flag: YES", 16) == 0) EXITIT (0); + if (strncasecmp(buf, "X-Is-Junk: YES", 14) == 0) + EXITIT (0); + if (strncasecmp(buf, "X-AMAZON", 8) == 0) + EXITIT (0); + if (strncasecmp(buf, "X-LinkedIn", 10) == 0) + EXITIT (0); case 'C': /* "Cc:" */ if (strncasecmp (buf, "Cc:", 3)) break;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor