117c117
< Release:       0.b2
---
> Release:       0.b2kp2
120a121
> Patch0:        mimedefang-mode.patch
149a151,153
> %patch -p1
> 
> %build
157,158d160
< 
< %build
178,180c180,183
< %dir %{dir_spool}
< %dir %{dir_log}
< %dir %{dir_quarantine}
---
> # note that this has milter socket so it cannot be group-writable
> %attr(750,%{user},%{user}) %dir %{dir_spool}
> %attr(775,%{user},%{user}) %dir %{dir_log}
> %attr(770,%{user},%{user}) %dir %{dir_quarantine}
207c210
< chmod 700 %{dir_spool}
---
> chmod 750 %{dir_spool}
210c213
< chmod 700 %{dir_quarantine}
---
> chmod 770 %{dir_quarantine}
213c216
< chmod 755 %{dir_log}
---
> chmod 775 %{dir_log}
234c237
< Release:	0.b2
---
> Release:	0.b2kp2
245a249,253
> * Fri Feb 20 2004 Kenneth Porter <shiva+mdrpm@sewingwitch.com>
> - 2.40-0.b2kp
> - Move configure from prep to build.
> - Add mode/user for directories so RPM DB remains consistent.
> - Allow members of defang group same access as defang user.
