X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=98c95010d2cf238ec51dc69fe4e292a132436ae5;hb=46682a6793c54ef6cbccad08283ac35205622aac;hp=29dee2dbe79b68013312c8a83cbbd1ead13a44be;hpb=c0635b6dfe65ee24c2fb8d165beabc608d2fd1a5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/structs.h b/src/src/structs.h index 29dee2dbe..98c95010d 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -879,6 +879,10 @@ struct ob_dkim { uschar *dkim_strict; uschar *dkim_hash; BOOL dot_stuffed; + BOOL force_bodyhash; +#ifdef EXPERIMENTAL_ARC + uschar *arc_signspec; +#endif }; /* End of structs.h */