aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/bitmask.h2
-rw-r--r--src/builtin/.gitignore1
-rw-r--r--src/builtin/Makefile.am3
-rw-r--r--src/builtin/body.bi2
-rw-r--r--src/builtin/builtin.c2
-rw-r--r--src/builtin/builtin.def2
-rw-r--r--src/builtin/burst.bi2
-rw-r--r--src/builtin/callout.bi2
-rw-r--r--src/builtin/ctype.bi2
-rw-r--r--src/builtin/curhdr.bi2
-rw-r--r--src/builtin/db.bi2
-rw-r--r--src/builtin/debug.bi2
-rw-r--r--src/builtin/dns.bi2
-rw-r--r--src/builtin/dspam.bi2
-rw-r--r--src/builtin/email.bi2
-rw-r--r--src/builtin/geoip.bi2
-rw-r--r--src/builtin/gethostname.bi2
-rw-r--r--src/builtin/getopt.bi2
-rw-r--r--src/builtin/getpw.bi2
-rw-r--r--src/builtin/gettext.bi2
-rw-r--r--src/builtin/header.bi2
-rw-r--r--src/builtin/init.m42
-rw-r--r--src/builtin/io.bi2
-rw-r--r--src/builtin/ipaddr.bi2
-rw-r--r--src/builtin/macro.bi2
-rw-r--r--src/builtin/mail.bi2
-rw-r--r--src/builtin/mbox.bi2
-rw-r--r--src/builtin/mmq.bi2
-rw-r--r--src/builtin/msg.bi2
-rw-r--r--src/builtin/msg.h2
-rw-r--r--src/builtin/other.bi2
-rw-r--r--src/builtin/prereq.bi2
-rw-r--r--src/builtin/progress.bi2
-rw-r--r--src/builtin/qrnt.bi2
-rw-r--r--src/builtin/rate.bi2
-rw-r--r--src/builtin/rcpt.bi2
-rw-r--r--src/builtin/sa.bi2
-rw-r--r--src/builtin/sieve.bi2
-rw-r--r--src/builtin/snarf.m42
-rw-r--r--src/builtin/spf.bi2
-rw-r--r--src/builtin/sprintf.bi2
-rw-r--r--src/builtin/string.bi2
-rw-r--r--src/builtin/syslog.bi2
-rw-r--r--src/builtin/system.bi2
-rw-r--r--src/builtin/vars.bi2
-rw-r--r--src/callout.c3
-rw-r--r--src/callout.h3
-rw-r--r--src/calloutd.c3
-rw-r--r--src/deprecation.c3
-rw-r--r--src/drivers.c3
-rw-r--r--src/drv.awk2
-rw-r--r--src/engine.c3
-rw-r--r--src/exclist.c2
-rw-r--r--src/gram.y3
-rw-r--r--src/lex.l3
-rw-r--r--src/mailfromd.h3
-rw-r--r--src/main.c3
-rw-r--r--src/mfdbtool.c3
-rw-r--r--src/opcode.awk2
-rw-r--r--src/opcodes2
-rw-r--r--src/optab.opc2
-rw-r--r--src/pp.c2
-rw-r--r--src/pragma.c2
-rw-r--r--src/prog.c2
-rw-r--r--src/prog.h2
-rw-r--r--src/savsrv.c3
-rw-r--r--src/spf.c2
-rw-r--r--src/spf.h2
-rw-r--r--src/srvcfg.c3
-rw-r--r--src/srvcfg.h3
-rw-r--r--src/stack.c2
-rw-r--r--src/symbols.c2
73 files changed, 73 insertions, 88 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3cb482dc..d4e6543f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Sergey
-# Poznyakoff
+# Copyright (C) 2005-2011, 2015 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/bitmask.h b/src/bitmask.h
index bf341ebb..ac960c90 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/.gitignore b/src/builtin/.gitignore
index b82c6f37..6f73f451 100644
--- a/src/builtin/.gitignore
+++ b/src/builtin/.gitignore
@@ -9,6 +9,7 @@ debug.c
dns.c
dspam.c
email.c
+from.c
geoip.c
gethostname.c
getopt.c
diff --git a/src/builtin/Makefile.am b/src/builtin/Makefile.am
index 13cbbe72..8f0d596f 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Sergey
-# Poznyakoff
+# Copyright (C) 2005-2011, 2015 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/body.bi b/src/builtin/body.bi
index dfbcc913..88bd4e82 100644
--- a/src/builtin/body.bi
+++ b/src/builtin/body.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/builtin.c b/src/builtin/builtin.c
index 72a2f15a..c97085a3 100644
--- a/src/builtin/builtin.c
+++ b/src/builtin/builtin.c
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/builtin.def b/src/builtin/builtin.def
index ca602ec2..75f5494f 100644
--- a/src/builtin/builtin.def
+++ b/src/builtin/builtin.def
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/burst.bi b/src/builtin/burst.bi
index 72b94871..1c911cb9 100644
--- a/src/builtin/burst.bi
+++ b/src/builtin/burst.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/callout.bi b/src/builtin/callout.bi
index de5f93b6..93136e0e 100644
--- a/src/builtin/callout.bi
+++ b/src/builtin/callout.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/ctype.bi b/src/builtin/ctype.bi
index f0b8f05a..47cb59a1 100644
--- a/src/builtin/ctype.bi
+++ b/src/builtin/ctype.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/curhdr.bi b/src/builtin/curhdr.bi
index 59acace1..5e2b3973 100644
--- a/src/builtin/curhdr.bi
+++ b/src/builtin/curhdr.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/db.bi b/src/builtin/db.bi
index e1226c4e..59cd9add 100644
--- a/src/builtin/db.bi
+++ b/src/builtin/db.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/debug.bi b/src/builtin/debug.bi
index d386997c..b5561dd4 100644
--- a/src/builtin/debug.bi
+++ b/src/builtin/debug.bi
@@ -1,5 +1,5 @@
/* Debugging API for MFL. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/dns.bi b/src/builtin/dns.bi
index 45e4d0d9..70d24542 100644
--- a/src/builtin/dns.bi
+++ b/src/builtin/dns.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/dspam.bi b/src/builtin/dspam.bi
index d062acfd..2b1083a1 100644
--- a/src/builtin/dspam.bi
+++ b/src/builtin/dspam.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/email.bi b/src/builtin/email.bi
index 7c01b87b..a2708a8e 100644
--- a/src/builtin/email.bi
+++ b/src/builtin/email.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/geoip.bi b/src/builtin/geoip.bi
index 3bd7a0a6..fe6dd6e2 100644
--- a/src/builtin/geoip.bi
+++ b/src/builtin/geoip.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/gethostname.bi b/src/builtin/gethostname.bi
index bcab6c41..eac467ea 100644
--- a/src/builtin/gethostname.bi
+++ b/src/builtin/gethostname.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/getopt.bi b/src/builtin/getopt.bi
index dda4215d..e7a66c8e 100644
--- a/src/builtin/getopt.bi
+++ b/src/builtin/getopt.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/getpw.bi b/src/builtin/getpw.bi
index 82aed7f1..c0dfeb11 100644
--- a/src/builtin/getpw.bi
+++ b/src/builtin/getpw.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/gettext.bi b/src/builtin/gettext.bi
index 35d17ecf..e70c1071 100644
--- a/src/builtin/gettext.bi
+++ b/src/builtin/gettext.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007, 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/header.bi b/src/builtin/header.bi
index 07fd530e..39f8c15b 100644
--- a/src/builtin/header.bi
+++ b/src/builtin/header.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/init.m4 b/src/builtin/init.m4
index 770124f5..ba4e0b88 100644
--- a/src/builtin/init.m4
+++ b/src/builtin/init.m4
@@ -1,6 +1,6 @@
m4_divert(-1)
# This file is part of Mailfromd.
-# Copyright (C) 2006, 2007, 2008, 2010, 2011 Sergey Poznyakoff
+# Copyright (C) 2006-2008, 2010-2011, 2015 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/io.bi b/src/builtin/io.bi
index 35e9f48e..3a3f835b 100644
--- a/src/builtin/io.bi
+++ b/src/builtin/io.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/ipaddr.bi b/src/builtin/ipaddr.bi
index 99694b19..73c49f82 100644
--- a/src/builtin/ipaddr.bi
+++ b/src/builtin/ipaddr.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2007-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/macro.bi b/src/builtin/macro.bi
index 3b706c10..3c10a923 100644
--- a/src/builtin/macro.bi
+++ b/src/builtin/macro.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/mail.bi b/src/builtin/mail.bi
index 98997feb..334ccf07 100644
--- a/src/builtin/mail.bi
+++ b/src/builtin/mail.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/mbox.bi b/src/builtin/mbox.bi
index a5f2c4c2..37a34e3a 100644
--- a/src/builtin/mbox.bi
+++ b/src/builtin/mbox.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/mmq.bi b/src/builtin/mmq.bi
index 66a0225b..883a278f 100644
--- a/src/builtin/mmq.bi
+++ b/src/builtin/mmq.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/msg.bi b/src/builtin/msg.bi
index 0b9761b5..33a98bc2 100644
--- a/src/builtin/msg.bi
+++ b/src/builtin/msg.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/msg.h b/src/builtin/msg.h
index 87fcfdac..28f9a137 100644
--- a/src/builtin/msg.h
+++ b/src/builtin/msg.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/other.bi b/src/builtin/other.bi
index 08ee9892..8288f463 100644
--- a/src/builtin/other.bi
+++ b/src/builtin/other.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/prereq.bi b/src/builtin/prereq.bi
index b9eb847f..968735b9 100644
--- a/src/builtin/prereq.bi
+++ b/src/builtin/prereq.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/progress.bi b/src/builtin/progress.bi
index 987b3ee3..b323f5fd 100644
--- a/src/builtin/progress.bi
+++ b/src/builtin/progress.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/qrnt.bi b/src/builtin/qrnt.bi
index c2d1a526..33e613f6 100644
--- a/src/builtin/qrnt.bi
+++ b/src/builtin/qrnt.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/builtin/rate.bi b/src/builtin/rate.bi
index 5686d8f8..47104200 100644
--- a/src/builtin/rate.bi
+++ b/src/builtin/rate.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015 Sergey Poznyakoff