This file is indexed.

/usr/include/dovecot/mail-send.h is in dovecot-dev 1:2.2.9-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#ifndef MAIL_SEND_H
#define MAIL_SEND_H

struct mail;
struct mail_deliver_context;

int mail_send_rejection(struct mail_deliver_context *ctx, const char *recipient,
			const char *reason);
int mail_send_forward(struct mail_deliver_context *ctx, const char *forwardto);

#endif